Currently there is no daily section. So `get_br_store` function is raising an exception when trying to iterate over the daily items.  Something like: ```ruby daily = JSON.parse(response.body)['data']['daily'] || [] ``` could fix the issue.
Currently there is no daily section. So
get_br_storefunction is raising an exception when trying to iterate over the daily items.Something like:
could fix the issue.