We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a51d8 commit 9bc1d6aCopy full SHA for 9bc1d6a
1 file changed
apps/web/lib/zod/schemas/users.ts
@@ -4,7 +4,7 @@ export const UserSchema = z.object({
4
id: z.string(),
5
name: z.string(),
6
email: z.string(),
7
- emailVerified: z.boolean().nullable(),
+ // emailVerified: z.string().nullable(),
8
image: z.string().nullable(),
9
subscribed: z.boolean().nullable(),
10
source: z.string().nullable(),
0 commit comments