mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
updated xlist
This commit is contained in:
parent
0dd7d45993
commit
56fc3ff3d8
1 changed files with 0 additions and 5 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue