diff --git a/src/remote/activitypub/act/follow.ts b/src/remote/activitypub/act/follow.ts
index ec00b78bf9..385fc58efe 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,