From 0ec199ce0352a282582bfd76698dd1cc14dfe18b Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 7 Jul 2020 21:46:39 +0100 Subject: [PATCH] missing = --- functions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/index.js b/functions/index.js index c1933eb72..697618c54 100644 --- a/functions/index.js +++ b/functions/index.js @@ -382,7 +382,7 @@ exports.testCompleted = functions.https.onCall((request, response) => { besttime60 = 0; } - if (obj.wpm > besttime60) { + if (obj.wpm >= besttime60) { console.log( `sending command to the bot to update the role for user ${request.uid} with wpm ${obj.wpm}` );