From e1b580977923f06b0a3cad4a10e6900a09fb7d0d Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Mon, 10 Jan 2022 14:45:05 +0000 Subject: [PATCH] Update functions.php --- app/controllers/api/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/functions.php b/app/controllers/api/functions.php index fb318a012f..0dc66a1736 100644 --- a/app/controllers/api/functions.php +++ b/app/controllers/api/functions.php @@ -576,7 +576,6 @@ App::post('/v1/functions/:functionId/tags') 'size' => $size, 'search' => implode(' ', [$tagId, $entrypoint]), 'status' => 'processing', - 'buildPath' => '', 'buildStdout' => '', 'buildStderr' => '', 'automaticDeploy' => ($automaticDeploy === 'true'),