fix: reference input of updateVariable node (#1367)

* fix: reference input of updateVariable node

* fix
This commit is contained in:
heheer
2024-05-06 13:51:15 +08:00
committed by GitHub
parent 59bd2a47b6
commit 8863337606
10 changed files with 50 additions and 40 deletions

View File

@@ -290,7 +290,7 @@ async function handler(req: NextApiRequest, res: NextApiResponse) {
});
responseWrite({
res,
event: SseResponseEventEnum.variables,
event: SseResponseEventEnum.updateVariables,
data: JSON.stringify(newVariables)
});