This commit is contained in:
dev.daminik00 2025-10-08 02:55:27 +02:00
parent 14e69ce210
commit 482ae57406

View File

@ -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(),