Skip to content

Commit

Permalink
Fix #137
Browse files Browse the repository at this point in the history
  • Loading branch information
terehov committed Aug 23, 2022
1 parent 3b7b6cb commit 287edb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export type TLogLevelColor = {
* Function that generates a request ID.
* @public
*/
export type TRequestIdFunction = () => string;
export type TRequestIdFunction = () => string | undefined;

/**
* Constructor: logger settings
Expand Down

0 comments on commit 287edb9

Please sign in to comment.