Fix English grammatical error

This commit is contained in:
Aya Morisawa 2017-02-27 16:51:46 +09:00
parent cb4615e79e
commit 1a7efa95f1
5 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@ module.exports = (params, user) =>
return rej('-need-translate-');
}
// Check already liked
// already liked
const exist = await Like.findOne({
post_id: post._id,
user_id: user._id,