Skip to content

Commit e2ec825

Browse files
committed
refactor: exports pino.pino
1 parent b157466 commit e2ec825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/logger/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as Pino from "pino";
2-
const defaultPino = Pino.default ?? Pino;
2+
const defaultPino = Pino.default ?? Pino.pino;
33
export * from "./constants";
44
export * from "./utils";
55
export type { Logger } from "pino";

0 commit comments

Comments
 (0)