missing =

This commit is contained in:
Jack 2020-07-07 21:46:39 +01:00
parent 3f3058e023
commit 0ec199ce03

View file

@ -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}`
);