We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310fbe6 commit f4d1b47Copy full SHA for f4d1b47
1 file changed
camply/providers/xanterra/yellowstone_lodging.py
@@ -63,6 +63,8 @@ def _get_monthly_availability(
63
all_resort_availability_data = self.make_yellowstone_request(
64
endpoint=api_endpoint, params=query_dict
65
)
66
+ if not all_resort_availability_data.get(YellowstoneConfig.BOOKING_AVAILABILITY):
67
+ all_resort_availability_data[YellowstoneConfig.BOOKING_AVAILABILITY] = {}
68
return all_resort_availability_data
69
70
@staticmethod
0 commit comments