From 43cd7ac8b3d5de5cc84fef0022466cd4bff0351a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 7 Mar 2025 23:45:19 +0100 Subject: [PATCH] Linter fix --- app/controllers/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/general.php b/app/controllers/general.php index 4067a6e597..b2aef81673 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -120,7 +120,7 @@ function router(App $utopia, Database $dbForPlatform, callable $getProjectDB, Sw if (\str_starts_with($path, '/.well-known/acme-challenge')) { return false; } - + $type = $rule->getAttribute('type', ''); if ($type === 'deployment') {