Skip to content

Commit aa3627b

Browse files
committed
chore: default export
1 parent e2ec825 commit aa3627b

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.pino;
2+
const defaultPino = Pino.default ?? Pino;
33
export * from "./constants";
44
export * from "./utils";
55
export type { Logger } from "pino";

0 commit comments

Comments
 (0)