Skip to content

Commit

Permalink
Fix my dumbass typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boozledorf authored Apr 6, 2020
1 parent d1c3f74 commit e8e61bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/leaderboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const allQueries = [
description: 'Most Monsters Killed',
query: { 'statistics.Combat.All.Kill.Monster': { $gt: 0 } },
fields: { ...ALWAYS_FIELDS, 'statistics.Combat.All.Kill.Monster': 1 },
params: { sort: { 'statistics.Combat.All.Kill.Monsters': -1 }, limit: RUNNER_UPS },
params: { sort: { 'statistics.Combat.All.Kill.Monster': -1 }, limit: RUNNER_UPS },
formatter: (x) => {
return {
name: get(x, 'owner'),
Expand Down

0 comments on commit e8e61bc

Please sign in to comment.