feat: add header with id, name, date in Execution
This commit is contained in:
@@ -16,7 +16,8 @@ const getExecution = async (
|
||||
steps: true
|
||||
}
|
||||
})
|
||||
.findById(params.executionId);
|
||||
.findById(params.executionId)
|
||||
.throwIfNotFound();
|
||||
|
||||
return execution;
|
||||
};
|
||||
|
Reference in New Issue
Block a user