Bugfix "node.ack is not a fuction"

This commit is contained in:
Olivier Verhaegen 2023-04-12 13:08:23 +02:00 committed by GitHub
parent 731afdaa4b
commit 12704951e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,7 @@ module.exports = function(RED) {
});
node.on("input", function(msg) {
node.ack(msg.messageId, msg.subsriptionId, msg.transaction);
node.client.ack(msg.messageId, msg.subsriptionId, msg.transaction);
});
node.on("close", function(done) {