mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-27 17:27:32 +08:00
added one more condition to bot detection
This commit is contained in:
parent
d393e35a85
commit
de60f28a40
1 changed files with 1 additions and 1 deletions
|
|
@ -828,7 +828,7 @@ exports.testCompleted = functions
|
|||
request.obj.name = name;
|
||||
|
||||
//check keyspacing and duration here
|
||||
if (obj.mode === "time" && obj.wpm > 130) {
|
||||
if (obj.mode === "time" && obj.wpm > 130 && obj.testDuration < 122) {
|
||||
if (verified === false || verified === undefined) {
|
||||
if (keySpacing !== null && keyDuration !== null) {
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue