Fix English grammatical error
This commit is contained in:
parent
b8bddb85e5
commit
d731acfd8e
@ -52,7 +52,7 @@ module.exports = (params, user) =>
|
|||||||
return rej('user not found');
|
return rej('user not found');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check already following
|
// Check if already following
|
||||||
const exist = await Following.findOne({
|
const exist = await Following.findOne({
|
||||||
follower_id: follower._id,
|
follower_id: follower._id,
|
||||||
followee_id: followee._id,
|
followee_id: followee._id,
|
||||||
|
Loading…
Reference in New Issue
Block a user