Skip to content

Commit

Permalink
correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Aug 10, 2021
1 parent 72b8e99 commit ab585fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extractor.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports.run = function run() {

const ratings = models.sync(JSON.parse(body));

saveLeaderboardRatingsToFile(ratings, "members/qvq.json");
saveLeaderboardRatingsToFile(ratings, "members/1v1.json");

processTopFivePlayers(ratings);
});
Expand Down

0 comments on commit ab585fb

Please sign in to comment.