From 15427e0aa17fc5021d2b4f3c62afb0350602b423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Wed, 20 Jul 2022 07:22:51 +0000 Subject: [PATCH] Cleanup --- src/Appwrite/Utopia/Response/Model/Func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Utopia/Response/Model/Func.php b/src/Appwrite/Utopia/Response/Model/Func.php index 4edb5c9e90..716b67eece 100644 --- a/src/Appwrite/Utopia/Response/Model/Func.php +++ b/src/Appwrite/Utopia/Response/Model/Func.php @@ -61,7 +61,7 @@ class Func extends Model 'default' => '', 'example' => '5e5ea5c16897e', ]) - ->addRule('vars', [ // TODO: Refactor response model to array (of Variables) + ->addRule('vars', [ 'type' => self::TYPE_JSON, 'description' => 'Function environment variables.', 'default' => new \stdClass(),