mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-07-17 12:01:51 +08:00
[offers][chore] Make totalYoe compulsory in create offer profile API
This commit is contained in:
@@ -144,7 +144,7 @@ export const offersProfileRouter = createRouter()
|
||||
yoe: z.number(),
|
||||
}),
|
||||
),
|
||||
totalYoe: z.number().optional(),
|
||||
totalYoe: z.number(),
|
||||
}),
|
||||
offers: z.array(offer),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user