1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Remove throw

This commit is contained in:
fogelito 2024-05-21 10:18:13 +03:00
parent 24dc6d4f86
commit 795b595052

View file

@ -337,10 +337,6 @@ $worker
$pools->reclaim();
$version = System::getEnv('_APP_VERSION', 'UNKNOWN');
if ($error instanceof PDOException) {
throw $error;
}
if ($logger) {
$log->setNamespace("appwrite-worker");
$log->setServer(\gethostname());