mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-11-05 06:06:14 +08:00
Update review suggestions
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user