From 6b77d62e4b700b23258409f59899d676e502e4ac Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Mon, 31 Jan 2022 10:46:52 +0000 Subject: [PATCH] Update app/executor.php Co-authored-by: Christy Jacob --- app/executor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/executor.php b/app/executor.php index d280f408e6..e15a505f52 100644 --- a/app/executor.php +++ b/app/executor.php @@ -1069,9 +1069,9 @@ App::delete('/v1/deployments/:deploymentId') } $orchestrationPool->put($orchestration); - return $response + $response ->setStatusCode(Response::STATUS_CODE_OK) - ->json(['success' => true]); + ->send(); }); App::post('/v1/functions/:functionId/deployments/:deploymentId/builds/:buildId')