mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-30 05:34:33 +08:00
[questions][fix] fix landing page location params (#482)
This commit is contained in:
@ -13,6 +13,7 @@ export const questionsQuestionRouter = createRouter()
|
||||
input: z.object({
|
||||
cityIds: z.string().array(),
|
||||
companyIds: z.string().array(),
|
||||
content: z.string().optional(),
|
||||
countryIds: z.string().array(),
|
||||
cursor: z.string().nullish(),
|
||||
endDate: z.date().default(new Date()),
|
||||
|
Reference in New Issue
Block a user