Skip to content

Commit

Permalink
Fixed schema
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars committed Jun 16, 2022
1 parent f239922 commit 67ea727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prisma/zod-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const vitalSettingsUpdateSchema = z.object({

export const userMetadata = z
.object({
proPaidForByTeamId: z.string().optional(),
proPaidForByTeamId: z.number().optional(),
stripeCustomerId: z.string().optional(),
vitalSettings: vitalSettingsUpdateSchema.optional(),
})
Expand Down

0 comments on commit 67ea727

Please sign in to comment.