Showing
1 changed file
with
1 additions
and
1 deletions
@@ -395,7 +395,7 @@ const userCoupon = (req, res, next) => { | @@ -395,7 +395,7 @@ const userCoupon = (req, res, next) => { | ||
395 | } | 395 | } |
396 | 396 | ||
397 | if (req.user.uid) { | 397 | if (req.user.uid) { |
398 | - listModel.receiveCoupon( | 398 | + listModel.receiveCoupon( |
399 | req.user.uid, | 399 | req.user.uid, |
400 | crypto.decrypt('', req.body.couponID) | 400 | crypto.decrypt('', req.body.couponID) |
401 | ).then(result => { | 401 | ).then(result => { |
-
Please register or login to post a comment