Add $permissions

This commit is contained in:
fogelito 2025-03-26 10:02:30 +02:00
parent a461d5bf72
commit 424a357503

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
{