fix format

This commit is contained in:
Damodar Lohani 2024-02-11 09:34:13 +00:00
parent e462d73f65
commit 2634c928c7

View file

@ -3053,7 +3053,7 @@ App::delete('/v1/account')
}
}
}
if ($user->isEmpty()) {
throw new Exception(Exception::USER_NOT_FOUND);
}