formatting fixes

pull/4395/head
Frank Elsinga 3 months ago
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…
Cancel
Save