Skip to content

Commit 287edb9

Browse files
committed
Fix #137
1 parent 3b7b6cb commit 287edb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export type TLogLevelColor = {
3939
* Function that generates a request ID.
4040
* @public
4141
*/
42-
export type TRequestIdFunction = () => string;
42+
export type TRequestIdFunction = () => string | undefined;
4343

4444
/**
4545
* Constructor: logger settings

0 commit comments

Comments
 (0)