refactor: Restructure apps with new data pushing logic
This commit is contained in:
@@ -35,7 +35,7 @@ export const processFlow = async (options: ProcessFlowOptions) => {
|
||||
}
|
||||
|
||||
if (triggerCommand?.sort) {
|
||||
triggerCommand.sort($);
|
||||
$.triggerOutput.data.sort(triggerCommand.sort);
|
||||
}
|
||||
|
||||
return $.triggerOutput;
|
||||
|
Reference in New Issue
Block a user