From 2634c928c7ec1f4f037996e8ec6035c1cb572bff Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 11 Feb 2024 09:34:13 +0000 Subject: [PATCH] fix format --- app/controllers/api/account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index f340823993..a687dbea08 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -3053,7 +3053,7 @@ App::delete('/v1/account') } } } - + if ($user->isEmpty()) { throw new Exception(Exception::USER_NOT_FOUND); }