mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 08:55:37 +08:00
fix: testActivity not removed on account reset (fehmer) (#5427)
This commit is contained in:
parent
5d4bab5564
commit
d9767ebc97
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ export async function resetUser(uid: string): Promise<void> {
|
|||
lastResultTimestamp: 0,
|
||||
maxLength: 0,
|
||||
},
|
||||
testActivity: {},
|
||||
},
|
||||
$unset: {
|
||||
discordAvatar: "",
|
||||
|
|
Loading…
Reference in a new issue