lint codebase

This commit is contained in:
AlecM33
2022-01-11 20:36:10 -05:00
parent 553f1025a8
commit f5c0984211
38 changed files with 2422 additions and 968 deletions

View File

@@ -31,7 +31,7 @@ module.exports = function (logLevel = globals.LOG_LEVEL.INFO) {
console.debug('DEBUG ', now.toGMTString(), ': ', message);
},
trace(message = '') {
trace (message = '') {
if (
logLevel === globals.LOG_LEVEL.INFO
|| logLevel === globals.LOG_LEVEL.WARN