mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 05:03:39 +08:00
updated log
This commit is contained in:
parent
356a61cebd
commit
6188191ac5
1 changed files with 3 additions and 1 deletions
|
|
@ -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 };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue