mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Merge pull request #9157 from appwrite/delete-attribute-not-found
Delete attribute No throwing Exception on not found
This commit is contained in:
commit
f4af241804
1 changed files with 0 additions and 2 deletions
|
|
@ -284,8 +284,6 @@ class Databases extends Action
|
|||
$dbForProject->deleteDocument('attributes', $relatedAttribute->getId());
|
||||
}
|
||||
|
||||
throw $e;
|
||||
|
||||
} catch (\Throwable $e) {
|
||||
Console::error($e->getMessage());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue