1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

fix: missing functionId error on create execution

This commit is contained in:
loks0n 2023-11-07 10:25:33 +00:00
parent 9fc7c1384a
commit 7e37c973ce

View file

@ -1658,6 +1658,8 @@ App::post('/v1/functions/:functionId/executions')
->setJWT($jwt)
->setProject($project)
->setUser($user)
->setParam('functionId', $function->getId())
->setParam('executionId', $execution->getId())
->trigger();
return $response