From 6dae78a206c84f435253eb587daa7d5f984a6ceb Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Thu, 30 Apr 2026 18:48:54 +0530 Subject: [PATCH] linting --- src/Appwrite/Platform/Modules/Presences/HTTP/XList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Modules/Presences/HTTP/XList.php b/src/Appwrite/Platform/Modules/Presences/HTTP/XList.php index 2d84fcfc7f..94710715cc 100644 --- a/src/Appwrite/Platform/Modules/Presences/HTTP/XList.php +++ b/src/Appwrite/Platform/Modules/Presences/HTTP/XList.php @@ -91,7 +91,7 @@ class XList extends PlatformAction } $groupedQueries = Query::groupByType($queries); - $filterQueries = $groupedQueries['filters'] ?? []; + $filterQueries = $groupedQueries['filters']; try { if ((int)$ttl > 0) {