From 9f0ca2bc5389a58e5dbf44ce40f0f65d0871ab54 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 20 Jan 2026 20:42:36 +1300 Subject: [PATCH] Update src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/XList.php --- .../Databases/Http/Databases/Collections/Documents/XList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/XList.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/XList.php index 9db6945a97..6782b2d922 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/XList.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/XList.php @@ -195,7 +195,7 @@ class XList extends Action $total = 0; } - $response->addHeader('X-Appwrite-Cache', $documentsCacheHit ? 'hit' : 'miss') + $response->addHeader('X-Appwrite-Cache', $documentsCacheHit ? 'hit' : 'miss'); } else { // has selects, allow relationship on documents