mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
Fix typo: arleady -> already
This commit is contained in:
parent
64245f025a
commit
0a9f38acb4
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 arleady following
|
// Check 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