mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 01:04:05 +00:00
Chore: Improve syntax
This commit is contained in:
parent
2e0e35a1ee
commit
1bbd744d02
1 changed files with 1 additions and 3 deletions
|
@ -568,9 +568,7 @@ exports.entryPage = "dashboard";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset Prometheus labels
|
// Reset Prometheus labels
|
||||||
if (monitorList[monitor.id] && monitorList[monitor.id].prometheus()) {
|
monitorList[monitor.id]?.prometheus()?.remove();
|
||||||
monitorList[monitor.id].prometheus().remove();
|
|
||||||
}
|
|
||||||
|
|
||||||
bean.name = monitor.name;
|
bean.name = monitor.name;
|
||||||
bean.type = monitor.type;
|
bean.type = monitor.type;
|
||||||
|
|
Loading…
Reference in a new issue