mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 03:46:19 +02:00
Fix English grammatical error
This commit is contained in:
@@ -52,7 +52,7 @@ module.exports = (params, user) =>
|
||||
return rej('user not found');
|
||||
}
|
||||
|
||||
// Check already following
|
||||
// Check if already following
|
||||
const exist = await Following.findOne({
|
||||
follower_id: follower._id,
|
||||
followee_id: followee._id,
|
||||
|
||||
Reference in New Issue
Block a user