mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
Linter fix
This commit is contained in:
parent
393c4012d9
commit
43cd7ac8b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue