Skip to content

Commit 0786b7d

Browse files
committed
nit
1 parent cdc842f commit 0786b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/b2c-tooling/src/logging/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function createPinoLogger(options: LoggerOptions): Logger {
6868
hideObject: !isVerbose,
6969
});
7070

71-
return pino(pinoOptions, prettyStream) as unknown as Logger;
71+
return pino(pinoOptions, prettyStream);
7272
}
7373

7474
export function createLogger(options: LoggerOptions = {}): Logger {

0 commit comments

Comments
 (0)