Skip to content

Commit

Permalink
fixed order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Sep 18, 2024
1 parent ae8a26d commit 17ec551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/logging.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import winston, { createLogger } from 'winston';
import expressWinston from 'express-winston';
import winston, { createLogger } from 'winston';

import { isProduction } from './process';

Expand Down

0 comments on commit 17ec551

Please sign in to comment.