commited dev to prod... whoops

This commit is contained in:
localhost 2024-05-20 21:58:59 +02:00
parent 0838dd3404
commit d90d6dced4
1 changed files with 1 additions and 1 deletions

View File

@ -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 {