Skip to content

Commit 1c7eb31

Browse files
authored
Merge pull request #29 from windingtree/fix/broken-package
fix: 🐛 Fixed invalid indentation in the AccommodationCriteria
2 parents 9f5a99e + 859e70e commit 1c7eb31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/shared-definitions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -841,10 +841,10 @@ components:
841841
location:
842842
$ref: '#/components/schemas/LocationSearch'
843843
hotelIds:
844-
type: array
845-
items:
846-
type: string
847844
description: array of hotel IDs that search should be restricted to
845+
type: array
846+
items:
847+
type: string
848848
arrival:
849849
type: string
850850
description: arrival day in the accommodation

0 commit comments

Comments
 (0)