Skip to content

Commit

Permalink
perf: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Aug 30, 2024
1 parent bdfd980 commit 95b4fa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/global/core/workflow/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ export const updatePluginInputByVariables = (
);
};

/* Remove pluginInput variables from global variables
(completions api: Plugin input get value from global variables)
*/
export const removePluginInputVariables = (
variables: Record<string, any>,
nodes: RuntimeNodeItemType[]
Expand Down

0 comments on commit 95b4fa9

Please sign in to comment.