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);