fix: #12865, crash on liking a chat message

This commit is contained in:
Julian Lam
2024-10-25 12:11:37 -04:00
parent 7e450e1d2e
commit fc3243d617
2 changed files with 14 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ middleware.resolveObjects = async function (req, res, next) {
return res.sendStatus(424);
}
}
next();
};