chore: linter

This commit is contained in:
Christy Jacob 2024-07-22 13:08:02 +04:00
parent 7614a356a2
commit eb4e259be5

View file

@ -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()) {