diff --git a/app/controllers/api/functions.php b/app/controllers/api/functions.php index 820cbf3a14..ef8fb8bbc4 100644 --- a/app/controllers/api/functions.php +++ b/app/controllers/api/functions.php @@ -682,4 +682,4 @@ App::get('/v1/functions/:functionId/executions/:executionId') } $response->dynamic($execution, Response::MODEL_EXECUTION); - }, ['response', 'projectDB']); \ No newline at end of file + }, ['response', 'projectDB']);