mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-07 13:38:07 -05:00
linting error fix
This commit is contained in:
parent
de48fe78ad
commit
39f3e6311d
@ -154,7 +154,7 @@ export default {
|
||||
socket.on("deleteMonitorFromList", (monitorID) => {
|
||||
this.monitorList = this.deleteMonitorList(monitorID);
|
||||
});
|
||||
|
||||
|
||||
socket.on("monitorTypeList", (data) => {
|
||||
this.monitorTypeList = data;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user