Merge pull request #9579 from appwrite/fix-select-cursor-pagination

Add $permissions for delete documents selects
This commit is contained in:
Jake Barnby 2025-03-26 08:52:51 +00:00 committed by GitHub
commit c53262a44c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ use Utopia\System\System;
class Deletes extends Action
{
protected array $selects = ['$internalId', '$id', '$collection', '$updatedAt'];
protected array $selects = ['$internalId', '$id', '$collection', '$permissions', '$updatedAt'];
public static function getName(): string
{