From ed999031d0b25aee08ce17fb8b9d496f62ab680e Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 19 Dec 2023 22:46:35 +0100 Subject: [PATCH] Fixed whitespace --- app/controllers/api/projects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index f911f00292..c31861cc12 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -1653,7 +1653,7 @@ App::post('/v1/projects/:projectId/smtp/tests') if ($project->isEmpty()) { throw new Exception(Exception::PROJECT_NOT_FOUND); } - + $smtp = $project->getAttribute('smtp', []); $smtpEnabled = $smtp['enabled'] ?? false;