estiens / world_cup_json

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

[url]/teams/ Problem with draw games #211

Closed GuiGelinski closed 1 year ago

GuiGelinski commented 1 year ago

Hi,

The end point [url]/teams/ has problem with "draw games"

Statistics like games_played are incorrect,

Thanks for the job!!

mrand0 commented 1 year ago

Yes. For draw games, the following are not being updated:

draw: games_played: group_points:

estiens commented 1 year ago

Fixed - thx!

mrand0 commented 1 year ago

Thank you Eric for creating/maintaining this API. In the future, I should be able to help with it, if you'd like.