Skip to content

Commit f2c8c11

Browse files
committed
refactor: fix lint warning on lib/logger.js
Signed-off-by: BoHong Li <[email protected]>
1 parent 0883595 commit f2c8c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict'
2-
const {createLogger, format, transports} = require('winston')
2+
const { createLogger, format, transports } = require('winston')
33

44
const logger = createLogger({
55
level: 'debug',

0 commit comments

Comments
 (0)