chore: Remove sorting logic from flow service

This commit is contained in:
Faruk AYDIN
2022-10-30 22:25:32 +01:00
parent 798769d5ae
commit 7b18937530

View File

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