diff --git a/src/server/activitypub/with-user.ts b/src/server/activitypub/with-user.ts index 0bab47b78..ed289b641 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); -} +};