From f47ed4912af2da54dcd5d7ec922dbc64162d394f Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Mon, 18 Aug 2025 17:18:13 +0200 Subject: [PATCH] Fixed missing log function inclusions --- hosts.js | 1 + tokens.js | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts.js b/hosts.js index adfab35..aae5dab 100644 --- a/hosts.js +++ b/hosts.js @@ -1,5 +1,6 @@ const axios = require("axios"); const shared = require("./shared.js"); +const { Log } = require("./logs.js"); let hostIDs = []; var monitorInterval; diff --git a/tokens.js b/tokens.js index 0cff347..2b72f8e 100644 --- a/tokens.js +++ b/tokens.js @@ -1,5 +1,6 @@ const axios = require("axios"); const shared = require("./shared.js"); +const { Log } = require("./logs.js"); let userID;