fix zod
This commit is contained in:
parent
14e69ce210
commit
482ae57406
@ -16,7 +16,7 @@ const ProfileSchema = z.object({
|
||||
address: z.string(),
|
||||
})
|
||||
.optional(),
|
||||
name: z.string(),
|
||||
name: z.string().optional(),
|
||||
birthdate: z.string(),
|
||||
gender: z.string(),
|
||||
age: z.number(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user