Skip to content

Commit c5aa186

Browse files
chore: adjust case-ordering
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7bb889e commit c5aa186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/validation/highscore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func HighscoreCategoryFromString(input string) HighscoreCategory {
8686
return HighScoreBosspoints
8787
case "bountypoints", "bountypoint", "bountypointsearned":
8888
return HighScoreBountypoints
89-
case "weeklytaskscompleted", "weeklytasks", "weeklytask":
89+
case "weeklytasks", "weeklytask", "weeklytaskscompleted":
9090
return HighScoreWeeklytasks
9191
default:
9292
return HighScoreExperience

0 commit comments

Comments
 (0)