Again, whoops

This commit is contained in:
Christopher Cookman 2024-07-19 18:31:21 -06:00
parent 51d6671089
commit 3305a81d1e
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -386,7 +386,7 @@ app.post("/report/:psk", (req, res) => {
] ]
} }
] ]
msg.edit(msgData); msg.edit(newMsgData);
}); });
}); // Always do this just in case db fails }); // Always do this just in case db fails
if (err) { if (err) {