Skip to content

Commit

Permalink
Change challenge pack order index in script
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Apr 6, 2024
1 parent 1db00fa commit 2b094d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/extractChallengeData.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ function getOrderIndex(categoryId) {
return 10
case "featured":
return 11
case "argentum-pack":
return 6.5
case "argon-pack":
return 6.6
default:
return 100000
}
Expand Down

0 comments on commit 2b094d9

Please sign in to comment.