We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fadcc commit 9114b8bCopy full SHA for 9114b8b
1 file changed
public/js/db.js
@@ -4,7 +4,7 @@ let dbSnapshot = null;
4
5
function db_testCompleted(obj) {
6
7
- if (obj.wpm == 0 || obj.wpm > 250 || obj.acc < 50 || obj.acc > 100) return false;
+ if (obj.wpm == 0 || obj.wpm > 600 || obj.acc < 50 || obj.acc > 100) return false;
8
9
let uid = "";
10
let user = firebase.auth().currentUser;
0 commit comments