mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +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,
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user