From 8426f9427fc2a62714be5e7fa1cad3127a3ae114 Mon Sep 17 00:00:00 2001 From: unknown <89595418+unknownsrc@users.noreply.github.com> Date: Fri, 10 Mar 2023 20:29:31 +0100 Subject: [PATCH] missed it here --- controller/websocket.js | 1 - 1 file changed, 1 deletion(-) diff --git a/controller/websocket.js b/controller/websocket.js index 0b57d56..16ec41c 100644 --- a/controller/websocket.js +++ b/controller/websocket.js @@ -191,7 +191,6 @@ exports.channel = async (ws, req) => { if (confirm) startDownloading() else { - await redis.del(id) ws.send('DATA - You little goofy goober tried to mess with the captcha...') ws.close() }