From 8a80ec12ed7b509dc912616afe5fa46edbd5d7e6 Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Mon, 23 Mar 2026 15:17:09 +0530 Subject: [PATCH] removed comments --- .../Platform/Modules/Databases/Http/Databases/XList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/XList.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/XList.php index ac6c9ad3c1..7ff1a27de7 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/XList.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/XList.php @@ -96,7 +96,7 @@ class XList extends Action $cursor->setValue($cursorDocument); } - // $queries[] = Query::equal('type', $this->getDatabaseTypeQueryFilters()); + $queries[] = Query::equal('type', $this->getDatabaseTypeQueryFilters()); try { $databases = $dbForProject->find('databases', $queries);