mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
lower
This commit is contained in:
parent
577ed53461
commit
60df40ae96
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ exports.testCompleted = functions.https.onCall((request, response) => {
|
|||
if (keySpacing !== null && keyDuration !== null) {
|
||||
if (
|
||||
keySpacing.sd < 12 ||
|
||||
keyDuration.sd < 12 ||
|
||||
keyDuration.sd < 11 ||
|
||||
keyDuration.average < 15
|
||||
) {
|
||||
console.error(
|
||||
|
|
Loading…
Reference in a new issue