Linter fix

This commit is contained in:
Matej Bačo 2025-03-07 23:45:19 +01:00
parent 393c4012d9
commit 43cd7ac8b3

View file

@ -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') {