From d8ab40b35ff2967a8a55e57d0a1a9f2807b0d2bc Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 10 Nov 2020 22:01:00 +0000 Subject: [PATCH] yeeting the key data because its completely pointless --- functions/index.js | 4 ++++ 1 file changed, 4 insertions(+) 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)