fix(SW-2547): filter out cities and hotel with isPublished=false
This commit is contained in:
committed by
Michael Zetterberg
parent
e38fceb237
commit
6a2bb5ac2d
@@ -5,6 +5,7 @@ export const locationCitySchema = z.object({
|
||||
cityIdentifier: z.string().optional(),
|
||||
keyWords: z.array(z.string()).optional(),
|
||||
name: z.string().optional().default(""),
|
||||
isPublished: z.boolean().default(false),
|
||||
}),
|
||||
country: z.string().optional().default(""),
|
||||
id: z.string().optional().default(""),
|
||||
|
||||
Reference in New Issue
Block a user