diff --git a/functions/index.js b/functions/index.js index 2d4dfc779..e4782c378 100644 --- a/functions/index.js +++ b/functions/index.js @@ -441,9 +441,9 @@ exports.testCompleted = functions.https.onCall((request, response) => { keyDuration.average < 15 ) { console.error( - `possible bot detected by user ${ - request.uid - } ${name} - spacing ${JSON.stringify( + `possible bot detected by user (${obj.wpm} ${obj.raw} ${ + obj.acc + }) ${request.uid} ${name} - spacing ${JSON.stringify( keySpacing )} duration ${JSON.stringify(keyDuration)}` );