From d52ab783d0a78894d4a67183abd9b2cad6002f27 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Mon, 19 Aug 2024 17:51:16 +0900 Subject: [PATCH] Add specification to response filter --- src/Appwrite/Utopia/Response/Filters/V18.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Utopia/Response/Filters/V18.php b/src/Appwrite/Utopia/Response/Filters/V18.php index d820b2509f..0a74a2afed 100644 --- a/src/Appwrite/Utopia/Response/Filters/V18.php +++ b/src/Appwrite/Utopia/Response/Filters/V18.php @@ -38,6 +38,7 @@ class V18 extends Filter protected function parseFunction(array $content) { unset($content['scopes']); + unset($content['specification']); return $content; }