mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
update: remove authorization from global handler.
This commit is contained in:
parent
6b53337a23
commit
dc439d1a16
1 changed files with 0 additions and 3 deletions
|
|
@ -1177,9 +1177,6 @@ App::error()
|
|||
case 'Utopia\Database\Exception\Timeout':
|
||||
$error = new AppwriteException(AppwriteException::DATABASE_TIMEOUT, previous: $error);
|
||||
break;
|
||||
case 'Utopia\Database\Exception\Authorization':
|
||||
$error = new AppwriteException(AppwriteException::USER_UNAUTHORIZED);
|
||||
break;
|
||||
case 'Utopia\Database\Exception\NotFound':
|
||||
$error = new AppwriteException(
|
||||
$isTablesAPI
|
||||
|
|
|
|||
Loading…
Reference in a new issue