1
0
Эх сурвалжийг харах

Update AP Inbox, remove trailing comma

Daniel Supernault 5 жил өмнө
parent
commit
5c44354880

+ 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;
         }