1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-10-31 23:31:48 +09:00

Fix typo: arleady -> already

This commit is contained in:
Aya Morisawa 2017-02-27 16:31:12 +09:00
parent bbcee20b01
commit b8bddb85e5

View File

@ -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,