mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -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');
|
||||
}
|
||||
|
||||
// Check arleady following
|
||||
// Check already following
|
||||
const exist = await Following.findOne({
|
||||
follower_id: follower._id,
|
||||
followee_id: followee._id,
|
||||
|
|
Loading…
Reference in a new issue