From 3305a81d1e7f22fa94b1c2c9caf6e5fa1098e9ae Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Fri, 19 Jul 2024 18:31:21 -0600 Subject: [PATCH] Again, whoops --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ea74c4c..6c7fb3e 100644 --- a/index.js +++ b/index.js @@ -386,7 +386,7 @@ app.post("/report/:psk", (req, res) => { ] } ] - msg.edit(msgData); + msg.edit(newMsgData); }); }); // Always do this just in case db fails if (err) {