diff --git a/backend/api/controllers/result.js b/backend/api/controllers/result.js index c95fda65a..f4b4fd909 100644 --- a/backend/api/controllers/result.js +++ b/backend/api/controllers/result.js @@ -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" });