Missing callback

This commit is contained in:
Daniel García Aubert 2020-04-27 11:06:09 +02:00
parent c31e3d6e3f
commit 3cec6b5a90

View File

@ -14,6 +14,7 @@ module.exports = function user (metadataBackend) {
}
res.locals.userId = userId;
return next();
});
};
};