mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Lint
This commit is contained in:
parent
081e2aeb6e
commit
c9b39a3f28
1 changed files with 2 additions and 2 deletions
|
|
@ -139,7 +139,7 @@ class V20 extends Filter
|
|||
}
|
||||
|
||||
try {
|
||||
$database = Authorization::skip(fn() => $dbForProject->getDocument(
|
||||
$database = Authorization::skip(fn () => $dbForProject->getDocument(
|
||||
'databases',
|
||||
$databaseId
|
||||
));
|
||||
|
|
@ -151,7 +151,7 @@ class V20 extends Filter
|
|||
}
|
||||
|
||||
try {
|
||||
$collection = Authorization::skip(fn() => $dbForProject->getDocument(
|
||||
$collection = Authorization::skip(fn () => $dbForProject->getDocument(
|
||||
'database_' . $database->getSequence(),
|
||||
$collectionId
|
||||
));
|
||||
|
|
|
|||
Loading…
Reference in a new issue