brianjp93 / lolsite

The source code for hardstuck.club -- a league of legends match history/stats site.
https://hardstuck.club
11 stars 4 forks source link

Champion statistics on summoner page are incorrect. #20

Closed JacobWillkomm closed 3 years ago

JacobWillkomm commented 3 years ago

Champion statistics that are calculated over time are returning 0. Likely related to how time is being calculated, as damage take/champion death appears to be working.

champion_stats_err

brianjp93 commented 3 years ago

yeah you're totally right. With the new match endpoint they changed time from being in seconds to milliseconds so we need to divide by 1000 somewhere.

JacobWillkomm commented 3 years ago

I think this has been fixed.