Update review suggestions

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

View File

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