This commit is contained in:
Olivier Verhaegen 2023-04-17 11:59:02 +02:00 committed by GitHub
parent ecbdd1ca49
commit c575c12514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,7 +364,7 @@ module.exports = function(RED) {
if (node.topic) {
node.serverConnection.register(node);
node.serverConnection.subscribe(node.topic, ack, function(msg) {
node.serverConnection.subscribe(node.topic, node.ack, function(msg) {
node.send(msg);
});