mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 15:56:19 -05:00
ownEntryPeek() was mixing freshUserSkills() for tier assignment with userSkills() (cached) for tier intervals, causing displayed tier criteria to be out of sync with actual tier assignments. Minor perf trade-off: freshUserSkills() is now called twice in ownEntryPeek(), but this only affects users checking their position beyond the main leaderboard size. Fixes #2588 |
||
|---|---|---|
| .. | ||
| components | ||
| core | ||
| loaders | ||
| queries | ||
| routes | ||
| LeaderboardRepository.server.ts | ||
| leaderboards-constants.ts | ||
| leaderboards-utils.ts | ||
| top-ten.json | ||