Skip to content

Commit

Permalink
Fix skill lb order
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Mar 20, 2024
1 parent 83ee33e commit e12ae15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mahoji/commands/leaderboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ async function skillsLb(

const events = await prisma.userEvent.findMany({
where: {
type: 'MaxLevel',
type: 'MaxXP',
skill: skill.id
},
orderBy: {
Expand Down

0 comments on commit e12ae15

Please sign in to comment.