From c192e48c48890312ac3ff382a164557f93b410c3 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Mon, 29 Jan 2024 20:25:23 +0000 Subject: [PATCH] chore: remove return --- src/Appwrite/Platform/Workers/Messaging.php | 1 - 1 file changed, 1 deletion(-) 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']);