Browse Source
Update review suggestions
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
tarun7singh/master
Tarun Singh
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
server/model/monitor.js
|
@ -319,7 +319,6 @@ class Monitor extends BeanModel { |
|
|
} else { |
|
|
} else { |
|
|
throw new Error("Server not found on Steam"); |
|
|
throw new Error("Server not found on Steam"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} else if (this.type === "mqtt") { |
|
|
} else if (this.type === "mqtt") { |
|
|
try { |
|
|
try { |
|
|
bean.msg = await mqttAsync(this.url, this.topic, this.successMessage); |
|
|
bean.msg = await mqttAsync(this.url, this.topic, this.successMessage); |
|
|