diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-02-25 16:48:46 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-02-25 16:48:46 +0100 |
| commit | 6a8640ce61494ddbfa5867b2191634050b38e65b (patch) | |
| tree | d9b5624e9874622602c0293aa5be6753bbabf9c2 | |
| parent | d339e1b76c878e83e8741e8e09661c3db7f34b8d (diff) | |
| download | processor-master.tar.gz processor-master.zip | |
| -rw-r--r-- | worker.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,7 +88,9 @@ function flatten(o) { } if ("games_played" in o) { o.played_ranked = o.games_played.ranked || 0; + o.played_ranked_5v5 = o.games_played.ranked_5v5 || 0; o.played_casual = o.games_played.casual || 0; + o.played_casual_5v5 = o.games_played.casual_5v5 || 0; o.played_blitz = o.games_played.blitz || 0; o.played_blitz_rounds = o.games_played.blitz_rounds || 0; o.played_aral = o.games_played.aral || 0; |
