From 6188191ac5c5ff8166d8c7658139335efac946ee Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 6 Jul 2020 22:53:03 +0100 Subject: [PATCH] updated log --- functions/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/index.js b/functions/index.js index 3f2071210..223561c40 100644 --- a/functions/index.js +++ b/functions/index.js @@ -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 }; }