lowered threshold

This commit is contained in:
Jack 2020-07-14 01:24:40 +01:00
parent 776f80fab5
commit 577ed53461

View file

@ -444,8 +444,8 @@ exports.testCompleted = functions.https.onCall((request, response) => {
if (!verified) {
if (keySpacing !== null && keyDuration !== null) {
if (
keySpacing.sd < 15 ||
keyDuration.sd < 15 ||
keySpacing.sd < 12 ||
keyDuration.sd < 12 ||
keyDuration.average < 15
) {
console.error(