fix(SW-2921): Fixed issue with countryName missing from locations response
* fix(SW-2921): Added more correct cache key to locations endpoint Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -7,7 +7,7 @@ export const locationCitySchema = z.object({
|
||||
name: z.string().optional().default(""),
|
||||
isPublished: z.boolean(),
|
||||
}),
|
||||
country: z.string().optional().default(""),
|
||||
countryName: z.string().optional().default(""),
|
||||
id: z.string().optional().default(""),
|
||||
type: z.literal("cities"),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user