From ad57e36d0d3b21c3c55ce36c870c189311fc7032 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 2 Apr 2018 01:26:17 +0900 Subject: [PATCH] Fix: Add missing bracket --- src/processor/http/follow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,