From b625bdb189772ff2c75f4b0708f5fb8dd7729ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Wed, 11 Feb 2026 17:25:44 +0100 Subject: [PATCH] Formatting fix --- .../Platform/Modules/Projects/Http/Projects/XList.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Appwrite/Platform/Modules/Projects/Http/Projects/XList.php b/src/Appwrite/Platform/Modules/Projects/Http/Projects/XList.php index 03e35388f7..8e420e87f2 100644 --- a/src/Appwrite/Platform/Modules/Projects/Http/Projects/XList.php +++ b/src/Appwrite/Platform/Modules/Projects/Http/Projects/XList.php @@ -9,7 +9,6 @@ use Appwrite\SDK\ContentType; use Appwrite\SDK\Method; use Appwrite\SDK\Response as SDKResponse; use Appwrite\Utopia\Database\Validator\Queries\Projects; -use Appwrite\Utopia\Request; use Appwrite\Utopia\Response; use Appwrite\Utopia\Response\Filters\ListSelection; use Utopia\Config\Config; @@ -85,8 +84,8 @@ class XList extends Action if (!empty($search)) { $queries[] = Query::search('search', $search); } - - if(!$team->isEmpty()) { + + if (!$team->isEmpty()) { $queries[] = Query::equal('teamInternalId', [$team->getSequence()]); }