Skip to content

Commit c9630ff

Browse files
committed
Revert "Only select id, internal ID and permissions for prefetch loop"
This reverts commit ed83731.
1 parent ed83731 commit c9630ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Database/Database.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5431,8 +5431,7 @@ public function deleteDocuments(string $collection, array $queries = [], int $ba
54315431
}
54325432

54335433
$new = [
5434-
Query::limit($batchSize),
5435-
Query::select(['$id', '$internalId', '$permissions']),
5434+
Query::limit($batchSize)
54365435
];
54375436

54385437
if (! empty($lastDocument)) {

0 commit comments

Comments
 (0)