Skip to content

Commit

Permalink
Merge pull request #96 from taobataoma/katoxi-patch-1-1
Browse files Browse the repository at this point in the history
Fix about rate miss trans line and show message
  • Loading branch information
katoxi authored May 22, 2019
2 parents 3419cbf + cac5530 commit c4ce62a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ exports.rating = function (req, res) {
});
if (exist) {
return res.status(422).send({
message: 'ALREADY_RATING'
message: 'ABOUT.ALREADY_RATING'
});
} else {
maker._ratings.push(rat);
Expand Down

0 comments on commit c4ce62a

Please sign in to comment.