mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-09 04:46:54 +08:00
missing =
This commit is contained in:
parent
3f3058e023
commit
0ec199ce03
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue