mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 00:45:50 +02:00
Fix typo: arleady -> already
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user