Skip to content

Commit

Permalink
fix: rename config logger
Browse files Browse the repository at this point in the history
  • Loading branch information
masb0ymas committed Jun 9, 2023
1 parent 1cd4783 commit 3c39927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 26,7 @@ import indexRoutes from '../routes'
import { corsOptions } from './cors'
import { env } from './env'
import { i18n } from './i18n'
import { winstonLogger, winstonStream } from './logger'
import { winstonLogger, winstonStream } from './loggers'
import { mailService } from './mail'
import { storageService } from './storage'

Expand Down
File renamed without changes.

0 comments on commit 3c39927

Please sign in to comment.