diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index b2f1212325..4d9dd364f3 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -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);