estiens / world_cup_json

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

/Matches skips match ID 46 #233

Closed jgarcianewemage closed 1 year ago

jgarcianewemage commented 1 year ago

Assigns ID 47 to match 46

6rak0 commented 1 year ago

this is not an issue, ids are fine its just the order of the array that does not match with the ids, you can fix this with .sort()

Captura de Pantalla 2022-12-02 a la(s) 11 58 11
estiens commented 1 year ago

yes please do not depend on ordering of anything unless you specifically pass an order param