Skip to content

Commit

Permalink
fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jul 12, 2024
1 parent e9e4f6e commit 9376d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/logger.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createLogger, format, transports } from 'winston'
import config from '../../config'
import config from '../../config/index.js'

const appTransports = () => [
new transports.Console(),
Expand Down

0 comments on commit 9376d17

Please sign in to comment.