parent
54118fe478
commit
fcea27ea0b
|
@ -58,6 +58,7 @@ export async function getLinkMeta(
|
||||||
`${LINK_META_PROXY(
|
`${LINK_META_PROXY(
|
||||||
store.session.currentSession?.service || '',
|
store.session.currentSession?.service || '',
|
||||||
)}${encodeURIComponent(url)}`,
|
)}${encodeURIComponent(url)}`,
|
||||||
|
{signal: controller.signal},
|
||||||
)
|
)
|
||||||
|
|
||||||
const body = await response.json()
|
const body = await response.json()
|
||||||
|
|
Loading…
Reference in New Issue