mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
Fix English grammatical error
This commit is contained in:
parent
0a9f38acb4
commit
fe14d4546c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user