feat: add single execution page
This commit is contained in:
@@ -19,7 +19,8 @@ const getExecutionSteps = async (
|
||||
|
||||
const executionSteps = execution
|
||||
.$relatedQuery('executionSteps')
|
||||
.orderBy('created_at', 'desc');
|
||||
.withGraphFetched('step')
|
||||
.orderBy('created_at', 'asc');
|
||||
|
||||
return paginate(executionSteps, params.limit, params.offset);
|
||||
};
|
||||
|
Reference in New Issue
Block a user