Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jinhu.tung
2016-07-29 16:49:54 +0800
Commit
ab0003eca84922ec344f2e44e42596e263fc2336
1 parent
7f1a8506
catch error
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
apps/shopping/controllers/cart.js
apps/shopping/controllers/cart.js
View file @
ab0003e
...
...
@@ -24,9 +24,6 @@ exports.index = (req, res, next) => {
},
{
helpers
:
require
(
'../helpers'
)
},
cartModel
.
filterCartData
(
result
,
uid
)));
}
else
{
// code 500
res
.
send
(
result
);
}
}).
catch
(
next
);
};
...
...
Please
register
or
login
to post a comment