mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
formatting fixes
This commit is contained in:
parent
3a89624d32
commit
48abd79005
1 changed files with 2 additions and 7 deletions
|
@ -1,14 +1,9 @@
|
||||||
const {
|
const { UP, PENDING, DOWN } = require("../../src/util");
|
||||||
UP,
|
|
||||||
PENDING,
|
|
||||||
DOWN,
|
|
||||||
} = require("../../src/util");
|
|
||||||
const { MonitorType } = require("./monitor-type");
|
const { MonitorType } = require("./monitor-type");
|
||||||
const Monitor = require("../model/monitor");
|
const Monitor = require("../model/monitor");
|
||||||
|
|
||||||
class GroupMonitorType extends MonitorType {
|
class GroupMonitorType extends MonitorType {
|
||||||
|
name = "group";
|
||||||
name = "dns";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritdoc
|
* @inheritdoc
|
||||||
|
|
Loading…
Reference in a new issue