浏览代码

Update AP Inbox, remove trailing comma

Daniel Supernault 5 年之前
父节点
当前提交
5c44354880
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Util/ActivityPub/Inbox.php

+ 1 - 1
app/Util/ActivityPub/Inbox.php

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