Skip to content

Commit

Permalink
fix: wrong typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 16, 2024
1 parent 3573ff0 commit b8f71bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function pinoLoki(userOptions: LokiOptions) {

debug(`[PinoLoki] initialized with options: ${JSON.stringify(options)}`)

let batchInterval: NodeJS.Timer | undefined
let batchInterval: NodeJS.Timeout | undefined
let pinoLogBuffer: PinoLog[] = []

return abstractTransportBuild(
Expand Down

0 comments on commit b8f71bd

Please sign in to comment.