Fixed missing log function inclusions
This commit is contained in:
parent
5ee600272c
commit
f47ed4912a
1
hosts.js
1
hosts.js
@ -1,5 +1,6 @@
|
|||||||
const axios = require("axios");
|
const axios = require("axios");
|
||||||
const shared = require("./shared.js");
|
const shared = require("./shared.js");
|
||||||
|
const { Log } = require("./logs.js");
|
||||||
let hostIDs = [];
|
let hostIDs = [];
|
||||||
var monitorInterval;
|
var monitorInterval;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user