mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-10 05:17:03 +08:00
removed discord id from being sent with the leaderboard data
This commit is contained in:
parent
7a33ac2f30
commit
3df56ff5be
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class LeaderboardsController {
|
|||
if (uid && item.uid == uid) {
|
||||
//
|
||||
} else {
|
||||
delete item.discordId;
|
||||
delete item.uid;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue