minor cleanup

This commit is contained in:
BIG2EYEZ
2024-01-19 15:42:47 +08:00
parent 35040df1ed
commit c1824ff0eb
2 changed files with 8 additions and 14 deletions

View File

@ -1,4 +1,4 @@
const mysql = require("mysql2");
const path = require("path");
require('dotenv').config({ path: path.resolve(__dirname, '../.env') })
const fs = require('fs');