mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-26 18:09:40 +08:00
changed consistency check to sub 10
This commit is contained in:
parent
d29526a3ff
commit
bdb24f0fc5
1 changed files with 1 additions and 1 deletions
|
|
@ -870,7 +870,7 @@ function validateResult(result) {
|
|||
if (result.chartData.wpm.filter((w) => w > 400).length > 0) return false;
|
||||
}
|
||||
|
||||
if (result.consistency < 25) return false;
|
||||
if (result.consistency < 10) return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue