This commit is contained in:
Barış Soner Uşaklı 2024-10-08 01:55:51 -04:00
parent a589aab85f
commit c79b619766

View file

@ -237,7 +237,7 @@ async function checkPrivileges(req, res) {
if (notAllowed) {
await helpers.notAllowed(req, res);
}
};
}

function generateDiscardRoute(req, topicData) {
if (req.query.cid) {