mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 12:16:46 +02:00
Merge pull request #96 from taobataoma/katoxi-patch-1-1
Fix about rate miss trans line and show message
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user