This commit is contained in:
Damodar Lohani 2025-12-14 02:19:53 +00:00
parent 9441295510
commit c50db111d6
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ class XList extends Action
->callback($this->action(...));
}
public function action(string $databaseId, array $queries, UtopiaResponse $response, Database $dbForProject, Locale $locale, Reader $geodb, Audit $audit): void
public function action(string $databaseId, array $queries, UtopiaResponse $response, Database $dbForProject, Locale $locale, Reader $geodb, Audit $audit): void
{
$database = $dbForProject->getDocument('databases', $databaseId);

View file

@ -4,8 +4,8 @@ namespace Appwrite\Platform\Workers;
use Exception;
use Throwable;
use Utopia\Audit\Audit;
use Utopia\Audit\Adapters\Database as AdapterDatabase;
use Utopia\Audit\Audit;
use Utopia\CLI\Console;
use Utopia\Database\Document;
use Utopia\Database\Exception\Authorization;