fix: lint

This commit is contained in:
Julian Lam
2024-10-17 11:31:32 -04:00
parent 0f1b11649c
commit c34407d8b8

View File

@@ -186,7 +186,7 @@ Actors.category = async function (req, res, next) {
res.status(200).json(payload);
};
Actors.message = async function (req, res, next) {
Actors.message = async function (req, res) {
// Handle requests for remote content
if (!utils.isNumber(req.params.mid)) {
return res.set('Location', req.params.mid).sendStatus(308);