We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3573ff0 commit b8f71bdCopy full SHA for b8f71bd
src/index.ts
@@ -26,7 +26,7 @@ function pinoLoki(userOptions: LokiOptions) {
26
27
debug(`[PinoLoki] initialized with options: ${JSON.stringify(options)}`)
28
29
- let batchInterval: NodeJS.Timer | undefined
+ let batchInterval: NodeJS.Timeout | undefined
30
let pinoLogBuffer: PinoLog[] = []
31
32
return abstractTransportBuild(
0 commit comments