1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

Ran formatter

This commit is contained in:
Vincent (Wen Yu) Ge 2024-04-18 17:22:41 -04:00
parent 404de48cc3
commit c57fa3546f

View file

@ -215,7 +215,7 @@ App::post('/v1/account')
$total = $dbForProject->count('users', max: APP_LIMIT_USERS);
if ($total >= $limit) {
if ('console' === $project->getId()){
if ('console' === $project->getId()) {
throw new Exception(Exception::USER_CONSOLE_COUNT_EXCEEDED);
}
throw new Exception(Exception::USER_COUNT_EXCEEDED);