Fix typo in hostMetaToWebFingerTemplate

This commit is contained in:
Laura Hausmann 2023-09-11 19:57:26 +02:00
parent 3fdfca0439
commit 43f136c50f
No known key found for this signature in database
GPG Key ID: D044E84C5BE01605

View File

@ -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",
}, },
{}, {},
), ),