diff --git a/src/Appwrite/Platform/Workers/Messaging.php b/src/Appwrite/Platform/Workers/Messaging.php index bd4d9afede..92f9e8fdf4 100644 --- a/src/Appwrite/Platform/Workers/Messaging.php +++ b/src/Appwrite/Platform/Workers/Messaging.php @@ -57,7 +57,6 @@ class Messaging extends Action if (empty($payload['project'])) { throw new Exception('Project not set in payload'); - return; } Console::log($payload['project']['$id']);