refactor: Restructure apps with new data pushing logic

This commit is contained in:
Faruk AYDIN
2022-10-22 19:29:02 +02:00
parent bcff9f5a9e
commit a56135ca57
19 changed files with 115 additions and 136 deletions

View File

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