Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈轩
2016-12-20 19:06:40 +0800
Commit
20ede78da693da539a510970df5878f72dc892e2
1 parent
e23845e1
im fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/service/controllers/chat.js
apps/service/controllers/chat.js
View file @
20ede78
...
...
@@ -43,7 +43,8 @@ exports.page = (req, res, next) => {
uname
:
userinfo
.
profile_name
}
});
},
next
);
})
.
catch
(
next
);
};
...
...
Please
register
or
login
to post a comment