yeeting the key data because its completely pointless

This commit is contained in:
Jack 2020-11-10 22:01:00 +00:00
parent 927612bbb2
commit d8ab40b35f

View file

@ -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)