From f78ff27e93f0b979b7847b386f0e7cf98f3c29ab Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 1 Apr 2018 22:24:44 +0900
Subject: [PATCH] Add missing semicolon

---
 src/server/activitypub/with-user.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/server/activitypub/with-user.ts b/src/server/activitypub/with-user.ts
index 0bab47b78f..ed289b641b 100644
--- a/src/server/activitypub/with-user.ts
+++ b/src/server/activitypub/with-user.ts
@@ -20,4 +20,4 @@ export default (redirect, respond) => async (req, res, next) => {
 	}
 
 	return respond(user, req, res, next);
-}
+};