Skip to content

Commit f2c8c11

Browse files
committed
refactor: fix lint warning on lib/logger.js
Signed-off-by: BoHong Li <a60814billy@gmail.com>
1 parent 0883595 commit f2c8c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)