update review suggestions

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/875/head
Tarun Singh 3 years ago committed by GitHub
parent 2d802585ff
commit d5d07da4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,8 +96,7 @@ exports.mqttAsync = function (hostname, topic, okMessage) {
let client = mqtt.connect(hostname);
client.on("connect", () => {
client.subscribe(topic);
}
);
});
client.on("message", (messageTopic, message) => {
console.log(messageTopic);
if (messageTopic == topic && message.toString() !== okMessage) {

Loading…
Cancel
Save