Update AP Inbox, remove trailing comma

This commit is contained in:
Daniel Supernault 2020-06-13 00:18:52 -06:00
parent b7ee9981eb
commit 5c44354880
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ class Inbox
{
if(!isset(
$this->payload['actor'],
$this->payload['object'],
$this->payload['object']
)) {
return;
}