Closed zachomedia closed 9 years ago
Bon Appetit (according to https://uwaterloo.ca/food-services/locations-and-hours) has the following hours:
December 15, 2014: 10:30 am to December 19, 2014: 2:30 pm
However, the API only returns special hours for December 15 (ignoring the 5 hour difference logged in #153):
[ { "closing_hour": "19:30", "date": "2014-12-15", "opening_hour": "15:30" } ]
Fixed upstream by reporting all days instead of just the first day of the exception (except if the exception is one day only).
Bon Appetit (according to https://uwaterloo.ca/food-services/locations-and-hours) has the following hours:
December 15, 2014: 10:30 am to December 19, 2014: 2:30 pm
However, the API only returns special hours for December 15 (ignoring the 5 hour difference logged in #153):