Skip to content

Commit

Permalink
fix: dungeon class lbs not displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiiyu committed Nov 4, 2024
1 parent ccd563e commit 6166802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats/dungeons.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export async function getDungeons(userProfile) {
};

output.classes.classes[className].level.rank = await getLeaderboardPosition(
`dungeons_class_${className}_xp`,
`dungeons_${className}_class_xp`,
data.experience,
);

Expand Down

0 comments on commit 6166802

Please sign in to comment.