mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 14:51:31 -07:00
Fix: Add missing bracket
This commit is contained in:
parent
c01e51419e
commit
030ceb1a11
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue