From ba20eab865c52181788e2dee9d69cc2dd7477de0 Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Thu, 29 Aug 2024 14:17:34 +0800 Subject: [PATCH] code comment --- packages/global/core/workflow/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/global/core/workflow/utils.ts b/packages/global/core/workflow/utils.ts index c4a30a838f64..65cdd9d71d9a 100644 --- a/packages/global/core/workflow/utils.ts +++ b/packages/global/core/workflow/utils.ts @@ -342,7 +342,7 @@ export function replaceEditorVariable({ }: { text: any; nodes: RuntimeNodeItemType[]; - variables: Record; + variables: Record; // global variables runningNode: RuntimeNodeItemType; }) { if (typeof text !== 'string') return text;