This commit is contained in:
Jake Barnby 2025-09-16 18:37:52 +12:00
parent 081e2aeb6e
commit c9b39a3f28
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -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
));