mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-16 21:40:23 +01:00
fix: lint
This commit is contained in:
@@ -186,7 +186,7 @@ Actors.category = async function (req, res, next) {
|
|||||||
res.status(200).json(payload);
|
res.status(200).json(payload);
|
||||||
};
|
};
|
||||||
|
|
||||||
Actors.message = async function (req, res, next) {
|
Actors.message = async function (req, res) {
|
||||||
// Handle requests for remote content
|
// Handle requests for remote content
|
||||||
if (!utils.isNumber(req.params.mid)) {
|
if (!utils.isNumber(req.params.mid)) {
|
||||||
return res.set('Location', req.params.mid).sendStatus(308);
|
return res.set('Location', req.params.mid).sendStatus(308);
|
||||||
|
|||||||
Reference in New Issue
Block a user