refactor(SW-302): code cleanup
This commit is contained in:
@@ -164,7 +164,7 @@ const detailedFacilitySchema = z.object({
|
||||
filter: z.string().optional(),
|
||||
})
|
||||
|
||||
const facilitySchema = z.object({
|
||||
export const facilitySchema = z.object({
|
||||
headingText: z.string().optional(), // TODO: Should not be optional, remove when we get meetingsAndConferences headingText
|
||||
heroImages: z.array(
|
||||
z.object({
|
||||
|
||||
Reference in New Issue
Block a user