1
0
Fork 0
mirror of synced 2024-10-04 12:15:14 +13:00

Fixed whitespace

This commit is contained in:
Eldad Fux 2023-12-19 22:46:35 +01:00
parent d8d9976aa1
commit ed999031d0

View file

@ -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;