mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-12 00:26:18 +08:00
yeeting the key data because its completely pointless
This commit is contained in:
parent
927612bbb2
commit
d8ab40b35f
1 changed files with 4 additions and 0 deletions
|
@ -1003,6 +1003,10 @@ exports.testCompleted = functions
|
|||
}
|
||||
}
|
||||
|
||||
//yeet the key data
|
||||
obj.keySpacing = null;
|
||||
obj.keyDuration = null;
|
||||
|
||||
return db
|
||||
.collection(`users/${request.uid}/results`)
|
||||
.add(obj)
|
||||
|
|
Loading…
Add table
Reference in a new issue