Update functions.php

This commit is contained in:
Bradley Schofield
2022-01-10 14:45:05 +00:00
parent 87565d07e2
commit e1b5809779
-1
View File
@@ -576,7 +576,6 @@ App::post('/v1/functions/:functionId/tags')
'size' => $size,
'search' => implode(' ', [$tagId, $entrypoint]),
'status' => 'processing',
'buildPath' => '',
'buildStdout' => '',
'buildStderr' => '',
'automaticDeploy' => ($automaticDeploy === 'true'),