Merge pull request #665 from automatisch/chore/remove-sorting
chore: Remove sorting logic from flow service
This commit is contained in:
@@ -38,9 +38,5 @@ export const processFlow = async (options: ProcessFlowOptions) => {
|
||||
}
|
||||
}
|
||||
|
||||
if (triggerCommand?.sort) {
|
||||
$.triggerOutput.data.sort(triggerCommand.sort);
|
||||
}
|
||||
|
||||
return $.triggerOutput;
|
||||
};
|
||||
|
Reference in New Issue
Block a user