ClaudeBot / hubot-steam-webapi

:video_game: A Hubot script for interacting with Steam Web API (primarily for Dota 2).
Other
3 stars 0 forks source link

Invalid game duration returned #4

Open MrSaints opened 8 years ago

MrSaints commented 8 years ago

See https://github.com/ClaudeBot/hubot-steam-webapi/blob/master/src/steam.coffee#L249.

The desired method is asMinutes(), not minutes() as it'll return 0 minutes for a game that lasted 1 hour.