This commit is contained in:
Jack 2020-07-09 18:32:54 +01:00
parent ea43290ca0
commit a3129295bc

View file

@ -433,12 +433,9 @@ exports.testCompleted = functions.https.onCall((request, response) => {
request.obj.name = name;
//check keyspacing and duration here
if(obj.mode === "time"){
if (obj.mode === "time") {
if (!verified) {
if (
keySpacing !== null &&
keyDuration !== null &&
) {
if (keySpacing !== null && keyDuration !== null) {
if (
keySpacing.sd < 15 ||
keyDuration.sd < 15 ||