From ee223046e0b2890108a628bc0ebbef81a92421f3 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Fri, 20 Feb 2026 11:22:23 +0530 Subject: [PATCH] fix: invalid type error from resources endpoint --- src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php b/src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php index 717ef6c788..3e4320716b 100644 --- a/src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php +++ b/src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php @@ -137,6 +137,7 @@ class Get extends Action } $response->noContent(); + return; } // Only occurs if type is added into whitelist, but not supported in action