diff --git a/src/Appwrite/Platform/Modules/Databases/Workers/Databases.php b/src/Appwrite/Platform/Modules/Databases/Workers/Databases.php index 54700ca365..a50e8f8bdf 100644 --- a/src/Appwrite/Platform/Modules/Databases/Workers/Databases.php +++ b/src/Appwrite/Platform/Modules/Databases/Workers/Databases.php @@ -671,8 +671,6 @@ class Databases extends Action ->setPayload($index->getArrayCopy()); } $queueForRealtime->trigger(); - } catch (\Throwable $th) { - throw $th; } finally { $queueForRealtime->reset(); }