Merge pull request #9157 from appwrite/delete-attribute-not-found

Delete attribute No throwing Exception on not found
This commit is contained in:
Jake Barnby 2025-01-08 16:07:53 +13:00 committed by GitHub
commit f4af241804
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -284,8 +284,6 @@ class Databases extends Action
$dbForProject->deleteDocument('attributes', $relatedAttribute->getId());
}
throw $e;
} catch (\Throwable $e) {
Console::error($e->getMessage());