diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-10 23:47:41 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-10 23:47:41 +0200 |
| commit | 867344071ebd37ad68dceefff055a514f4983d09 (patch) | |
| tree | b57b5dd5a8e6cad469ceb85084e8b323e27b9d98 | |
| parent | 04bc90582f30952ebd7ba1a8f4e2ff7dfd8197e8 (diff) | |
| download | shrinker-867344071ebd37ad68dceefff055a514f4983d09.tar.gz shrinker-867344071ebd37ad68dceefff055a514f4983d09.zip | |
typo bug fix
| -rw-r--r-- | worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,7 @@ function snakeCaseKeys(obj) { // in a batch, it is very likely that players are duplicated // so this improves performance a bit if (processed_players.indexOf(p.player.api_id)) { - player_records.push(p.player.api_id); + processed_players.push(p.player.api_id); player_records.push(p.player); } p.participant_items.forEach((i) => { |
