From d90d6dced483c39bb6018634d2f7f8010bf7f4d5 Mon Sep 17 00:00:00 2001 From: localhost Date: Mon, 20 May 2024 21:58:59 +0200 Subject: [PATCH] commited dev to prod... whoops --- controller/websocket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/websocket.js b/controller/websocket.js index f65c05b..4ba7ebb 100644 --- a/controller/websocket.js +++ b/controller/websocket.js @@ -58,7 +58,7 @@ exports.save = async (ws, req) => { if (await redis.get(id) != 'downloading') { await redis.set(id, 'downloading') - const confirm = true //await captcha.checkCaptcha(msg) + const confirm = await captcha.checkCaptcha(msg) if (confirm) startDownloading() else {