v3 release #75

Merged
alekswilc merged 63 commits from v3 into main 2024-12-13 20:29:17 +01:00
Showing only changes of commit 29569a0cb1 - Show all commits

@ -30,8 +30,8 @@ const generateSearch = (regex: RegExp) => [
];
const sortyByMap: Record<string, any> = {
points: { steamTrainDistance: -1 },
distance: { steamTrainScore: -1 },
distance: { steamTrainDistance: -1 },
points: { steamTrainScore: -1 },
}
export class SteamLeaderboardRoute