Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
franklevasseur committed Nov 11, 2024
1 parent cedafc5 commit 861e679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opapi/src/log.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import winston from 'winston'

const customFormat = winston.format.printf(({ message }) => {
return message
return message as string
})

export type Logger = {
Expand Down

0 comments on commit 861e679

Please sign in to comment.