From abd2cead734b7174ea9e5309e55e42dc05a83424 Mon Sep 17 00:00:00 2001 From: Darshan Date: Mon, 19 May 2025 15:03:59 +0530 Subject: [PATCH] remove: search. --- src/Appwrite/Platform/Modules/Compute/Base.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Platform/Modules/Compute/Base.php b/src/Appwrite/Platform/Modules/Compute/Base.php index 542b29bcd5..39be349596 100644 --- a/src/Appwrite/Platform/Modules/Compute/Base.php +++ b/src/Appwrite/Platform/Modules/Compute/Base.php @@ -190,7 +190,6 @@ class Base extends Action 'providerCommitUrl' => $commitDetails['commitUrl'] ?? '', 'providerBranch' => $providerBranch, 'providerRootDirectory' => $site->getAttribute('providerRootDirectory', ''), - 'search' => implode(' ', [$deploymentId]), 'activate' => $activate, ]));