We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb598d commit 59177d3Copy full SHA for 59177d3
packages/service/core/workflow/dispatch/tools/http468.ts
@@ -137,7 +137,6 @@ export const dispatchHttp468Request = async (props: HttpRequestProps): Promise<H
137
// 1. Replace {{key.key}} variables
138
const regex1 = /\{\{\$([^.]+)\.([^$]+)\$\}\}/g;
139
const matches1 = [...text.matchAll(regex1)];
140
- if (matches1.length === 0) return text;
141
matches1.forEach((match) => {
142
const nodeId = match[1];
143
const id = match[2];
0 commit comments