removed throw

This commit is contained in:
ArnabChatterjee20k
2026-04-01 18:05:56 +05:30
parent 9237f387fc
commit 2a184288f4
@@ -671,8 +671,6 @@ class Databases extends Action
->setPayload($index->getArrayCopy());
}
$queueForRealtime->trigger();
} catch (\Throwable $th) {
throw $th;
} finally {
$queueForRealtime->reset();
}