From 30614a377984ad7f459ba4d1f707bc2c38fbc192 Mon Sep 17 00:00:00 2001 From: Akihiko Odaki Date: Tue, 3 Apr 2018 17:21:59 +0900 Subject: [PATCH] Add a missing semicolon --- src/remote/activitypub/act/follow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/activitypub/act/follow.ts b/src/remote/activitypub/act/follow.ts index ec00b78bf..385fc58ef 100644 --- a/src/remote/activitypub/act/follow.ts +++ b/src/remote/activitypub/act/follow.ts @@ -30,7 +30,7 @@ export default async (resolver, actor, activity, distribute) => { const { _id } = await Following.findOne({ followerId: actor._id, followeeId: followee._id - }) + }); return { resolver,