Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
htoooth
2017-03-28 13:11:48 +0800
Commit
44187aab02306570e6eba3ed7259271559aed5f5
2 parents
df1e62df
53ee8d3d
Merge branch 'feature/user-session' into feature/format
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/controllers/general-tabs.js
apps/home/controllers/general-tabs.js
View file @
44187aa
...
...
@@ -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
=
{
...
...
Please
register
or
login
to post a comment