From 132e485efc69449930f4716c5a67691800f489f0 Mon Sep 17 00:00:00 2001 From: hirzidevs Date: Wed, 11 Sep 2024 21:23:31 +0700 Subject: [PATCH] fix: repair config loader --- handlers/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/handlers/config.js b/handlers/config.js index 7609433..452e8ee 100644 --- a/handlers/config.js +++ b/handlers/config.js @@ -1,4 +1,3 @@ - const fs = require("node:fs"); const yaml = require("js-yaml"); const cliColor = require("cli-color"); @@ -26,4 +25,4 @@ if (config.version !== 5) { console.log(cliColor.cyanBright("[PteroStats] ") + cliColor.yellow("Configuration loaded")) -module.exports = configconfig \ No newline at end of file +module.exports = config \ No newline at end of file