mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-12 22:47:00 +08:00
formatting fixes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user