mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Fix: Add missing bracket
This commit is contained in:
parent
c01e51419e
commit
030ceb1a11
@ -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
Block a user