Authored by htoooth

Merge branch 'feature/user-session' into feature/format

... ... @@ -11,7 +11,7 @@ const getCommonHeader = (req, res, next) => {
headerService.getHomeNav(uid, channel, req.originalUrl, clientService).then((result)=>{
_.merge(res.locals, result);
next();
});
}).catch(next);
};
module.exports = {
... ...