fix(SW-188): forAllergics typo

This commit is contained in:
Chuma McPhoy
2024-08-14 08:53:04 +02:00
parent 3a2a58a9ca
commit bd5e754d8a
2 changed files with 11031 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ const InteriorSchema = z.object({
numberOfFloors: z.number(),
numberOfRooms: z.object({
connected: z.number(),
forEllergics: z.number().optional(),
forAllergics: z.number().optional(),
forDisabled: z.number(),
nonSmoking: z.number(),
pet: z.number(),

File diff suppressed because it is too large Load Diff