Skip to content

Commit 59177d3

Browse files
authored
fix: http (#3596)
1 parent bfb598d commit 59177d3

File tree

1 file changed

+0
-1
lines changed
  • packages/service/core/workflow/dispatch/tools

1 file changed

+0
-1
lines changed

packages/service/core/workflow/dispatch/tools/http468.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ export const dispatchHttp468Request = async (props: HttpRequestProps): Promise<H
137137
// 1. Replace {{key.key}} variables
138138
const regex1 = /\{\{\$([^.]+)\.([^$]+)\$\}\}/g;
139139
const matches1 = [...text.matchAll(regex1)];
140-
if (matches1.length === 0) return text;
141140
matches1.forEach((match) => {
142141
const nodeId = match[1];
143142
const id = match[2];

0 commit comments

Comments
 (0)