mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-12 16:46:06 +08:00
fixed validation bounds
This commit is contained in:
parent
119b3dc2dd
commit
85ee735d22
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ function validateResult(result) {
|
|||
return total + val;
|
||||
}) / 1000;
|
||||
if (
|
||||
keyPressTimeSum < result.testDuration - 8 ||
|
||||
keyPressTimeSum < result.testDuration - 1 ||
|
||||
keyPressTimeSum > result.testDuration + 1
|
||||
) {
|
||||
console.error(
|
||||
|
|
Loading…
Add table
Reference in a new issue