estiens / world_cup_json

Rails backend for a scraper that outputs World Cup data as JSON
928 stars 107 forks source link

what's the out output when there is no matches on today's endpoint? #213

Closed CyrilNb closed 1 year ago

CyrilNb commented 1 year ago

Hi, just to be sure, is the output JSON when there is no matches scheduled for the today or tomorrow endpoint an empty array?

[ ]

estiens commented 1 year ago

You might have to handle nil or an empty array

CyrilNb commented 1 year ago

noted, thanks