mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update src/Appwrite/Platform/Workers/Databases.php
This commit is contained in:
parent
e8e39dbd56
commit
077313fe2d
1 changed files with 0 additions and 3 deletions
|
|
@ -284,9 +284,6 @@ class Databases extends Action
|
|||
$dbForProject->deleteDocument('attributes', $relatedAttribute->getId());
|
||||
}
|
||||
|
||||
/**
|
||||
* No throwing Exception
|
||||
*/
|
||||
} catch (\Throwable $e) {
|
||||
Console::error($e->getMessage());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue