Fix: Add missing bracket
This commit is contained in:
parent
d166dbd01e
commit
ad57e36d0d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue