diff --git a/src/processor/http/follow.ts b/src/processor/http/follow.ts index adaa2f3f6..a8f7ba78c 100644 --- a/src/processor/http/follow.ts +++ b/src/processor/http/follow.ts @@ -49,7 +49,7 @@ export default ({ data }, done) => Following.findOne({ _id: data.following }).th port, pathname, search - } = new URL(followee.account as IRemoteAccount).inbox); + } = new URL((followee.account as IRemoteAccount).inbox); const req = request({ protocol,