From c535ebcfb5fcbd5ea54fe80631895efb0d9b4327 Mon Sep 17 00:00:00 2001 From: Bxio Date: Tue, 29 Apr 2025 14:32:02 +0100 Subject: [PATCH] sqa --- package-lock.json | 1 - src/index.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9450995..3b97a51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,6 @@ "mysql2": "^3.14.0", "set-interval-async": "^3.0.3", "typescript": "^4.5.2" - }, "devDependencies": { "@types/node": "^22.14.0" diff --git a/src/index.js b/src/index.js index b0ae699..4f28902 100644 --- a/src/index.js +++ b/src/index.js @@ -11,7 +11,7 @@ antiCrash(); require('./functions/handlers/watchFolders'); const adminFolderPath = path.join(__dirname, '../admin'); const dashboardFilePath = path.join(adminFolderPath, 'dashboard.js'); -import { Table } from 'embed-table'; + const eventsPath = './events';