removed key stats from the obj that is added to the db

This commit is contained in:
Jack 2020-07-13 21:35:21 +01:00
parent aab071896a
commit 2c90d9c282

View file

@ -423,6 +423,9 @@ exports.testCompleted = functions.https.onCall((request, response) => {
);
}
obj.keySpacing = "removed";
obj.keyDuration = "removed";
return db
.collection("users")
.doc(request.uid)
@ -508,8 +511,7 @@ exports.testCompleted = functions.https.onCall((request, response) => {
lbBanned: banned,
name: name,
};
request.obj.keySpacing = "removed";
request.obj.keyDuration = "removed";
if (ispb) {
console.log(
`saved result for ${