mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
ES Lint
This commit is contained in:
parent
6fc0cbf415
commit
092688a5c8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
const { MonitorType } = require("./monitor-type");
|
const { MonitorType } = require("./monitor-type");
|
||||||
const { UP, DOWN, log, evaluateJsonQuery } = require("../../src/util");
|
const { UP, log, evaluateJsonQuery } = require("../../src/util");
|
||||||
const snmp = require("net-snmp");
|
const snmp = require("net-snmp");
|
||||||
|
|
||||||
class SNMPMonitorType extends MonitorType {
|
class SNMPMonitorType extends MonitorType {
|
||||||
|
|
Loading…
Reference in a new issue