Skip to content

Commit b0eb1a8

Browse files
committed
feat: schema update
1 parent f4a08f2 commit b0eb1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trpc/routers/member-router/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const ZodUpdateMemberMutationSchema = z
6464
.merge(
6565
z
6666
.object({
67-
email: z.string().email(),
67+
workEmail: z.string().email(),
6868
name: z.string(),
6969
title: z.string(),
7070
})

0 commit comments

Comments
 (0)