mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +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 {
|
||||
UP,
|
||||
PENDING,
|
||||
DOWN,
|
||||
} = require("../../src/util");
|
||||
const { UP, PENDING, DOWN } = require("../../src/util");
|
||||
const { MonitorType } = require("./monitor-type");
|
||||
const Monitor = require("../model/monitor");
|
||||
|
||||
class GroupMonitorType extends MonitorType {
|
||||
|
||||
name = "dns";
|
||||
name = "group";
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
|
|
Loading…
Reference in a new issue