Fix typo: arleady -> already
This commit is contained in:
parent
7bf27dc4ed
commit
cb4615e79e
4 changed files with 4 additions and 4 deletions
|
|
@ -52,7 +52,7 @@ module.exports = (params, user) =>
|
|||
return rej('invalid choice');
|
||||
}
|
||||
|
||||
// Check arleady voted
|
||||
// Check 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