Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIntaqt committed Oct 9, 2024
1 parent 7216daa commit 5f876c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/user/statsCalculateTotalPoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function statsCalculateTotalPoints(challenges) {
challenge[8] !== 602000 && // arena champion capstone
challenge[8] !== 2024100 && // seasonal 2024 capstone
challenge[8] !== 2024200 && // seasonal 2024 capstone
challenge[8] !== 2023200 && // seasonal 2024 capstone
challenge[8] !== 2024300 && // seasonal 2024 capstone
challenge[8] !== 603000 && // swarm
challenge[6].state === "ENABLED"
) {
Expand Down

0 comments on commit 5f876c5

Please sign in to comment.