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')