mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
added missing parameter
This commit is contained in:
parent
c435b601f3
commit
9f3ea3edeb
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ class ResultController {
|
|||
result.keyDurationStats !== null
|
||||
) {
|
||||
if (validateKeys) {
|
||||
if (!validateKeys(result)) {
|
||||
if (!validateKeys(result, uid)) {
|
||||
return res
|
||||
.status(400)
|
||||
.json({ message: "Possible bot detected" });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue