feat(SW-251): update logging texts

This commit is contained in:
Fredrik Thorsson
2024-09-11 16:41:29 +02:00
parent d338fee8a9
commit 21ff8f8b5d
2 changed files with 5 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ const hotelContentSchema = z.object({
restaurantsOverviewPageLinkText: z.string(),
restaurantsOverviewPageLink: z.string(),
restaurantsContentDescriptionShort: z.string(),
restaurantsContentDescriptionMedium: z.string().optional(),
restaurantsContentDescriptionMedium: z.string(),
}),
})