mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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')) {
|
if (\str_starts_with($path, '/.well-known/acme-challenge')) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$type = $rule->getAttribute('type', '');
|
$type = $rule->getAttribute('type', '');
|
||||||
|
|
||||||
if ($type === 'deployment') {
|
if ($type === 'deployment') {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue