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.
null
1 parent 490bb4b commit 9514ebfCopy full SHA for 9514ebf
emails/emails/invite.tsx
@@ -21,7 +21,7 @@ export const schema = z.object({
21
invite_url: z.string(),
22
support_email: z.email().optional(),
23
validity_period_days: z.number().int().positive().optional(),
24
- trial_end_date: z.string().optional(),
+ trial_end_date: z.string().nullish(),
25
});
26
27
export type InviteUserEmailProps = z.infer<typeof schema>;
0 commit comments