diff --git a/backend/api/controllers/result.js b/backend/api/controllers/result.js index 2552bce01..be1a29972 100644 --- a/backend/api/controllers/result.js +++ b/backend/api/controllers/result.js @@ -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 ) {