We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93763d commit 321b0dfCopy full SHA for 321b0df
2 files changed
OpenFlowNodeRED/src/nodered/nodes/workflow_nodes.ts
@@ -177,10 +177,10 @@ export class workflow_in_node {
177
data = orgmsg;
178
} else {
179
if (typeof orgmsg.payload === "object") {
180
- orgmsg.payload = Object.assign(orgmsg.payload, data);
+ orgmsg.payload = Object.assign(orgmsg.payload, data.payload);
181
182
orgmsg.payload = { message: orgmsg.payload };
183
184
}
185
186
VERSION
@@ -1 +1 @@
1
-1.0.13
+1.0.14
0 commit comments