updated log

This commit is contained in:
Jack 2020-07-06 22:53:03 +01:00
parent 356a61cebd
commit 6188191ac5

View file

@ -451,7 +451,9 @@ exports.testCompleted = functions.https.onCall((request, response) => {
console.error(
`possible bot detected by user ${request.uid} ${
docdata.name
} - ${JSON.stringify(keySpacing)} ${JSON.stringify(keyDuration)}`
} - spacing ${JSON.stringify(
keySpacing
)} duration ${JSON.stringify(keyDuration)}`
);
return { resultCode: -2 };
}