fix: testActivity not removed on account reset (fehmer) (#5427)

This commit is contained in:
Christian Fehmer 2024-05-23 10:53:23 +02:00 committed by GitHub
parent 5d4bab5564
commit d9767ebc97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,6 +91,7 @@ export async function resetUser(uid: string): Promise<void> {
lastResultTimestamp: 0,
maxLength: 0,
},
testActivity: {},
},
$unset: {
discordAvatar: "",