Skip to content

Commit b8f71bd

Browse files
committed
fix: wrong typing
1 parent 3573ff0 commit b8f71bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function pinoLoki(userOptions: LokiOptions) {
2626

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

29-
let batchInterval: NodeJS.Timer | undefined
29+
let batchInterval: NodeJS.Timeout | undefined
3030
let pinoLogBuffer: PinoLog[] = []
3131

3232
return abstractTransportBuild(

0 commit comments

Comments
 (0)