estiens / world_cup_json

Rails backend for a scraper that outputs World Cup data as JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datetime value

cyrusDev1 opened this issue · comments

I got null as value of datetime

For the last 16 matches, we won't parse the datetime until we parse times I believe, but I can check the response for those and see if it is already being returned

thanks for this report - it was because we had a validation where we couldn't save that without teams yet (which doesn't make sense as they all do have datetimes now) but in looking at that also fixed a few other edge cases for scraping/parsing - should all have values now