diff --git a/backend/api/controllers/result.js b/backend/api/controllers/result.js index 416c393bb..8305cc158 100644 --- a/backend/api/controllers/result.js +++ b/backend/api/controllers/result.js @@ -100,9 +100,9 @@ class ResultController { return res.status(400).json({ message: "Incorrect result hash" }); } - if (result.timestamp > Date.now()) { - return res.status(400).json({ message: "Time traveler detected" }); - } + // if (result.timestamp > Date.now()) { + // return res.status(400).json({ message: "Time traveler detected" }); + // } result.timestamp = Math.round(Date.now() / 1000) * 1000;