forked from mirrors/misskey
Fix typo: arleady -> already
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = (params, user) =>
|
||||
return rej('post not found');
|
||||
}
|
||||
|
||||
// Check arleady liked
|
||||
// Check already liked
|
||||
const exist = await Like.findOne({
|
||||
post_id: post._id,
|
||||
user_id: user._id,
|
||||
|
||||
Reference in New Issue
Block a user