1
0
Fork 0
mirror of synced 2024-09-09 14:21:24 +12:00

PR review changes

This commit is contained in:
Matej Bačo 2024-07-03 07:02:41 +00:00
parent c7d030fef4
commit 1c83668568

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();
});