Skip to content

Commit

Permalink
fix: undefined being displayed in k/d leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirasaki committed Feb 13, 2024
1 parent cc7df86 commit 75c7a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/leaderboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const buildLeaderboardEmbedMessages = (guild, res, isDefaultQuery, statToGet, pl
// Resolve fields for Statistic leaderboard
else {
const parameterMap = {
'kdratio': 'killDeathRatio,
'kdratio': 'killDeathRatio',
'longest_kill': 'longestKill',
'longest_shot': 'longestShot'
};
Expand Down

0 comments on commit 75c7a57

Please sign in to comment.