Skip to content

Commit dccd564

Browse files
committed
44
1 parent 39898d4 commit dccd564

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlowNodeRED/src/nodered/nodes/workflow_nodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class workflow_in_node {
108108
NoderedUtil.HandleError(this, error);
109109
try {
110110
msg.error = error;
111-
msg.amqpacknowledgment(JSON.stringify(msg));
111+
ack(JSON.stringify(msg));
112112
} catch (error) {
113113

114114
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.143
1+
0.0.144

0 commit comments

Comments
 (0)