mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-25 05:29:07 +01:00
Fix typo in hostMetaToWebFingerTemplate
This commit is contained in:
parent
3fdfca0439
commit
43f136c50f
@ -33,7 +33,7 @@ async function hostMetaToWebFingerTemplate(url: string) {
|
|||||||
headers: Object.assign(
|
headers: Object.assign(
|
||||||
{
|
{
|
||||||
"User-Agent": config.userAgent,
|
"User-Agent": config.userAgent,
|
||||||
Accept: "application/xrd+xml.",
|
Accept: "application/xrd+xml",
|
||||||
},
|
},
|
||||||
{},
|
{},
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user