feat(leaderboard): missions & guilds leaderboard #1338

Merged
Sainan merged 3 commits from AMelonInsideLemon/SpaceNinjaServer:missions-leaderbord into main 2025-03-26 14:21:22 -07:00
Showing only changes of commit 5c4881a340 - Show all commits

View File

@ -317,7 +317,8 @@ export const updateStats = async (accountOwnerId: string, payload: IStatsUpdate)
race,
accountOwnerId,
payload.displayName,
highScore
highScore,
payload.guildId
);
}