Fix English grammatical error
This commit is contained in:
parent
cb4615e79e
commit
1a7efa95f1
5 changed files with 5 additions and 5 deletions
|
|
@ -52,7 +52,7 @@ module.exports = (params, user) =>
|
|||
return rej('invalid choice');
|
||||
}
|
||||
|
||||
// Check already voted
|
||||
// already voted
|
||||
const exist = await Vote.findOne({
|
||||
post_id: post._id,
|
||||
user_id: user._id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue