1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-06 01:15:56 +02:00

Fix: Add missing bracket

This commit is contained in:
syuilo
2018-04-02 01:26:17 +09:00
parent d166dbd01e
commit ad57e36d0d

View File

@@ -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,