Skip to content

Commit c9cbb80

Browse files
author
iwakitakuma
committed
FIX
1 parent 46f8405 commit c9cbb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customSchemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { z } from "zod";
22
import { pino } from 'pino';
3-
const DEFAULT_NULL = process.env.DEFAULT_NULL;
3+
const DEFAULT_NULL = process.env.DEFAULT_NULL === "true";
44

55

66
const logger = pino({

0 commit comments

Comments
 (0)