mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-01-12 10:23:08 +02:00
Fix English grammatical error
This commit is contained in:
parent
b8bddb85e5
commit
d731acfd8e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue