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() }