Skip to content

Commit

Permalink
Merge pull request #29 from windingtree/fix/broken-package
Browse files Browse the repository at this point in the history
fix: πŸ› Fixed invalid indentation in the AccommodationCriteria
  • Loading branch information
kostysh authored Nov 11, 2022
2 parents 9f5a99e + 859e70e commit 1c7eb31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/shared-definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -841,10 +841,10 @@ components:
location:
$ref: '#/components/schemas/LocationSearch'
hotelIds:
type: array
items:
type: string
description: array of hotel IDs that search should be restricted to
type: array
items:
type: string
arrival:
type: string
description: arrival day in the accommodation
Expand Down

0 comments on commit 1c7eb31

Please sign in to comment.