diff --git a/src/main.js b/src/main.js index 6029b07..2d9c23e 100644 --- a/src/main.js +++ b/src/main.js @@ -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), { diff --git a/src/utils.js b/src/utils.js index bf5173b..208589c 100644 --- a/src/utils.js +++ b/src/utils.js @@ -9,4 +9,4 @@ export function readJSONFile (path) { console.log(`error: ${path} was not found.`); exit(1); } -}; \ No newline at end of file +};