Merge pull request #665 from automatisch/chore/remove-sorting

chore: Remove sorting logic from flow service
This commit is contained in:
Ömer Faruk Aydın
2022-10-30 22:29:08 +01:00
committed by GitHub

View File

@@ -38,9 +38,5 @@ export const processFlow = async (options: ProcessFlowOptions) => {
}
}
if (triggerCommand?.sort) {
$.triggerOutput.data.sort(triggerCommand.sort);
}
return $.triggerOutput;
};