fix linting

This commit is contained in:
Arthur Lu 2025-02-11 07:09:47 +00:00
parent 4e720caa0a
commit 2b97c60ea5
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import morgan from "morgan";
import session from "express-session";
import parseArgs from "minimist";
import * as utils from "./utils.js"
import * as utils from "./utils.js";
import LDAP from "./ldap.js";
global.argv = parseArgs(process.argv.slice(2), {

View File

@ -9,4 +9,4 @@ export function readJSONFile (path) {
console.log(`error: ${path} was not found.`);
exit(1);
}
};
};