raised min accuracy to 75%

This commit is contained in:
Miodec 2021-12-29 15:35:46 +01:00
parent 2560e71aa7
commit 0425f35c65

View file

@ -53,7 +53,7 @@ class ResultController {
if (
result.wpm <= 0 ||
result.wpm > 350 ||
result.acc < 50 ||
result.acc < 75 ||
result.acc > 100 ||
result.consistency > 100
) {