mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge origin/1.8.x into feat-user-impersonation
This commit is contained in:
@@ -215,7 +215,7 @@ Http::init()
|
||||
);
|
||||
}
|
||||
|
||||
if (! $dbKey) {
|
||||
if (!$dbKey) {
|
||||
throw new Exception(Exception::USER_UNAUTHORIZED);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user