From 36743ca68446fdf046199bfdcf2dab5afa052fbd Mon Sep 17 00:00:00 2001 From: KRP Date: Thu, 3 Sep 2020 11:45:01 -0700 Subject: [PATCH] revert changes to pb --- functions/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/index.js b/functions/index.js index 2804628bf..4298d8040 100644 --- a/functions/index.js +++ b/functions/index.js @@ -299,7 +299,7 @@ function checkIfPB(uid, obj) { }); }); } - // //check mode, mode2, punctuation,numbers, language and difficulty + // //check mode, mode2, punctuation, language and difficulty let toUpdate = false; let found = false; @@ -332,7 +332,7 @@ function checkIfPB(uid, obj) { pbs[obj.mode][obj.mode2].push({ language: obj.language, difficulty: obj.difficulty, - numbers: obj.numbers, + punctuation: obj.punctuation, wpm: obj.wpm, acc: obj.acc, raw: obj.rawWpm,