updated xlist

This commit is contained in:
ArnabChatterjee20k 2025-09-09 23:22:47 +05:30
parent 0dd7d45993
commit 56fc3ff3d8

View file

@ -13,7 +13,6 @@ use Appwrite\SDK\Response as SDKResponse;
use Appwrite\Utopia\Response as UtopiaResponse;
use Utopia\Database\Database;
use Utopia\Database\Document;
use Utopia\Database\Exception as DatabaseException;
use Utopia\Database\Exception\Order as OrderException;
use Utopia\Database\Exception\Query as QueryException;
use Utopia\Database\Query;
@ -141,10 +140,6 @@ class XList extends Action
} catch (QueryException $e) {
throw new Exception(Exception::GENERAL_QUERY_INVALID, $e->getMessage());
}
// incase of querying distance in multidimenonsal geometry
catch (DatabaseException $e) {
throw new Exception(Exception::GENERAL_QUERY_INVALID, $e->getMessage());
}
$operations = 0;
$collectionsCache = [];