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);
-}
+};