mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
chore: linter
This commit is contained in:
parent
7614a356a2
commit
eb4e259be5
1 changed files with 1 additions and 1 deletions
|
|
@ -883,7 +883,7 @@ App::patch('/v1/projects/:projectId/auth/mock-numbers')
|
|||
}
|
||||
$uniqueNumbers[$number['phone']] = $number['otp'];
|
||||
}
|
||||
|
||||
|
||||
$project = $dbForConsole->getDocument('projects', $projectId);
|
||||
|
||||
if ($project->isEmpty()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue