lint fix
This commit is contained in:
parent
83a3a06386
commit
c8806a8775
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
/* eslint-disable no-console */
|
||||
import { join } from "path";
|
||||
import { format as utilFormat } from "node:util";
|
||||
import checkAndCopyConfig, { getSettings } from "utils/config/config";
|
||||
|
||||
import winston from "winston";
|
||||
|
||||
import checkAndCopyConfig, { getSettings } from "utils/config/config";
|
||||
|
||||
let winstonLogger;
|
||||
|
||||
function init() {
|
||||
|
|
Loading…
Add table
Reference in a new issue