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
QC-L
2019-03-13 13:53:03 +0800
Commit
5b628fad34f05dad3237e22bc83c6beb5529a0af
1 parent
f03f3306
添加遗漏的 next
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/group.js
apps/activity/controllers/group.js
View file @
5b628fa
...
...
@@ -356,7 +356,7 @@ function loadOrder(req, res, next) {
return
res
.
json
(
result
);
});
})
.
catch
(
next
)
;
}
module
.
exports
=
{
...
...
Please
register
or
login
to post a comment