From d56a3c1534fe05fade001bcb874f7cfb463b0663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 16 Jan 2026 14:53:05 +0100 Subject: [PATCH] Apply suggestion from @Meldiron --- .../Platform/Modules/Functions/Http/Functions/Update.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Platform/Modules/Functions/Http/Functions/Update.php b/src/Appwrite/Platform/Modules/Functions/Http/Functions/Update.php index f2925f52be..f73e7ed8b8 100644 --- a/src/Appwrite/Platform/Modules/Functions/Http/Functions/Update.php +++ b/src/Appwrite/Platform/Modules/Functions/Http/Functions/Update.php @@ -262,6 +262,7 @@ class Update extends Base 'commands' => $commands, 'scopes' => $scopes, 'deploymentRetention' => 0, + 'startCommand' => '', 'installationId' => $installation->getId(), 'installationInternalId' => $installation->getSequence(), 'providerRepositoryId' => $providerRepositoryId,