Commit 59177d30 by Archer Committed by GitHub

fix: http (#3596)

parent bfb598d6
......@@ -137,7 +137,6 @@ export const dispatchHttp468Request = async (props: HttpRequestProps): Promise<H
// 1. Replace {{key.key}} variables
const regex1 = /\{\{\$([^.]+)\.([^$]+)\$\}\}/g;
const matches1 = [...text.matchAll(regex1)];
if (matches1.length === 0) return text;
matches1.forEach((match) => {
const nodeId = match[1];
const id = match[2];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment