summaryrefslogtreecommitdiff
path: root/src/processor/http
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/http')
-rw-r--r--src/processor/http/follow.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/http/follow.ts b/src/processor/http/follow.ts
index adaa2f3f65..a8f7ba78c8 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,