mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-27 10:31:22 +08:00
better log
This commit is contained in:
parent
e5816742c1
commit
a7933f3528
1 changed files with 3 additions and 3 deletions
|
|
@ -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)}`
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue