From 7d578987f7e5dbcea153f4e9b6a31a8f4072f23a Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Tue, 8 Oct 2024 21:40:24 -0500 Subject: [PATCH] oops 2 electric fuck you --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 44a04d3..69500a3 100644 --- a/index.js +++ b/index.js @@ -488,7 +488,7 @@ app.get('/updates', async (req, res) => { }); }); -const enc_key = Buffer.from(process.env.RESUME_ENCRYPTION_KEY, "hex"); +// const enc_key = Buffer.from(process.env.RESUME_ENCRYPTION_KEY, "hex"); // app.get('/resumeEnc', async (req, res) => { // const iv = crypto.randomBytes(16);