diff --git a/functions/index.js b/functions/index.js index 778f4b657..1afe52dea 100644 --- a/functions/index.js +++ b/functions/index.js @@ -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)