formatting fixes

This commit is contained in:
Frank Elsinga 2024-01-19 00:16:21 +01:00
parent 3a89624d32
commit 48abd79005
1 changed files with 2 additions and 7 deletions

View File

@ -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