feat: sort executions by updated at
This commit is contained in:
@@ -32,7 +32,7 @@ const getExecutions = async (
|
||||
},
|
||||
})
|
||||
.groupBy('executions.id')
|
||||
.orderBy('created_at', 'desc');
|
||||
.orderBy('updated_at', 'desc');
|
||||
|
||||
return paginate(executions, params.limit, params.offset);
|
||||
};
|
||||
|
Reference in New Issue
Block a user