fix: ensure nightwave daily challenges are unique #2422

Merged
Sainan merged 2 commits from unique-daily into main 2025-07-06 20:13:32 -07:00

2 Commits

Author SHA1 Message Date
0869a768dc fix typo
All checks were successful
Build / build (pull_request) Successful in 53s
2025-07-06 10:07:36 +02:00
c275e7f9fc chore: ensure nightwave daily challenges are unique
All checks were successful
Build / build (pull_request) Successful in 49s
When generating a daily challenge, we now use sequentallyUniqueRandomElement with a lookbehind of 2 to ensure the 2 previous (and still active) daily challenges are not duplicated.
2025-07-06 07:12:15 +02:00