Update src/Appwrite/Platform/Workers/Databases.php

This commit is contained in:
Jake Barnby 2025-01-08 15:46:35 +13:00 committed by GitHub
parent e8e39dbd56
commit 077313fe2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -284,9 +284,6 @@ class Databases extends Action
$dbForProject->deleteDocument('attributes', $relatedAttribute->getId());
}
/**
* No throwing Exception
*/
} catch (\Throwable $e) {
Console::error($e->getMessage());