Fixed missing log function inclusions

This commit is contained in:
La Programmatrice Verde 2025-08-18 17:18:13 +02:00
parent 5ee600272c
commit f47ed4912a
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
const axios = require("axios");
const shared = require("./shared.js");
const { Log } = require("./logs.js");
let hostIDs = [];
var monitorInterval;

View File

@ -1,5 +1,6 @@
const axios = require("axios");
const shared = require("./shared.js");
const { Log } = require("./logs.js");
let userID;