We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f8405 commit c9cbb80Copy full SHA for c9cbb80
customSchemas.ts
@@ -1,6 +1,6 @@
1
import { z } from "zod";
2
import { pino } from 'pino';
3
-const DEFAULT_NULL = process.env.DEFAULT_NULL;
+const DEFAULT_NULL = process.env.DEFAULT_NULL === "true";
4
5
6
const logger = pino({
0 commit comments