Fix typo in hostMetaToWebFingerTemplate
This commit is contained in:
parent
3fdfca0439
commit
43f136c50f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue