update review suggestions

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Tarun Singh 2021-11-04 22:22:53 -04:00 committed by GitHub
parent 2d802585ff
commit d5d07da4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {