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, port,
pathname, pathname,
search search
} = new URL(followee.account as IRemoteAccount).inbox); } = new URL((followee.account as IRemoteAccount).inbox);
const req = request({ const req = request({
protocol, protocol,