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 5fec98e commit 85e6b0dCopy full SHA for 85e6b0d
src/env.js
@@ -37,7 +37,7 @@ export const env = createEnv({
37
DISCORD_CLIENT_ID: optionalInDev(z.string()),
38
DISCORD_CLIENT_SECRET: optionalInDev(z.string()),
39
VERCEL_GIT_COMMIT_REF: z.string().optional(),
40
- VERCEL_GIT_PULL_REQUEST_ID: z.number().int().optional(),
+ VERCEL_GIT_PULL_REQUEST_ID: z.coerce.number().int().optional(),
41
},
42
43
/**
0 commit comments