1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-20 20:39:23 -05:00

Merge pull request from akihikodaki/unfollow

Add a missing semicolon
This commit is contained in:
syuilo 2018-04-03 17:23:41 +09:00 committed by GitHub
commit a596a960bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ export default async (resolver, actor, activity, distribute) => {
const { _id } = await Following.findOne({
followerId: actor._id,
followeeId: followee._id
})
});
return {
resolver,