fix: one less return, to appease codeclimate

v1.18.x
Julian Lam 5 years ago
parent 03bd76dea2
commit ae68a254d7

@ -130,6 +130,6 @@ module.exports = function (middleware) {
}
}
return next();
next();
};
};

Loading…
Cancel
Save