From 2d802585ffb99d02db2e253fff3c233a5e07376c Mon Sep 17 00:00:00 2001 From: Tarun Singh Date: Thu, 4 Nov 2021 22:21:54 -0400 Subject: [PATCH] Update review suggestions Co-authored-by: Adam Stachowicz --- server/model/monitor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/model/monitor.js b/server/model/monitor.js index ee405f50d..445ce04b1 100644 --- a/server/model/monitor.js +++ b/server/model/monitor.js @@ -319,7 +319,6 @@ class Monitor extends BeanModel { } else { throw new Error("Server not found on Steam"); } - } else if (this.type === "mqtt") { try { bean.msg = await mqttAsync(this.url, this.topic, this.successMessage);