PR review changes

This commit is contained in:
Matej Bačo
2024-07-03 07:02:41 +00:00
parent c7d030fef4
commit 1c83668568
+2 -1
View File
@@ -2108,7 +2108,8 @@ App::delete('/v1/functions/:functionId/executions/:executionId')
$queueForEvents
->setParam('functionId', $function->getId())
->setParam('executionId', $execution->getId());
->setParam('executionId', $execution->getId())
->setPayload($response->output($execution, Response::MODEL_EXECUTION));
$response->noContent();
});