Skip to content

Commit

Permalink
Refactor logger export
Browse files Browse the repository at this point in the history
  • Loading branch information
MXPOL committed Feb 11, 2024
1 parent 5a18c90 commit d779120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/external-db-logger/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Logger } from './src/logger'

export const createLogger = () => new Logger()

export * from './src/types'
export { Logger }
Expand Down

0 comments on commit d779120

Please sign in to comment.