mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Format
This commit is contained in:
@@ -528,7 +528,7 @@ App::error()
|
||||
if ($document->getAttribute('blocked')) {
|
||||
App::setResource('error', fn () => new Exception(Exception::QUERY_BLOCKED));
|
||||
} else {
|
||||
App::setResource('error', fn() => new Exception(Exception::QUERY_TIMEOUT));
|
||||
App::setResource('error', fn () => new Exception(Exception::QUERY_TIMEOUT));
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user