mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-30 08:13:22 -05:00
formatting fixes
This commit is contained in:
parent
3a89624d32
commit
48abd79005
@ -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…
x
Reference in New Issue
Block a user