From 2a184288f4116c8cb01366a824ad12e91f3ab7cc Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Wed, 1 Apr 2026 18:05:56 +0530 Subject: [PATCH] removed throw --- src/Appwrite/Platform/Modules/Databases/Workers/Databases.php | 2 -- 1 file changed, 2 deletions(-) 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(); }