diff --git a/api/well-known/webfinger.ts b/api/well-known/webfinger.ts index 1fc2f16..52377ce 100644 --- a/api/well-known/webfinger.ts +++ b/api/well-known/webfinger.ts @@ -15,7 +15,6 @@ export default function (req: VercelRequest, res: VercelResponse) { res.status(400).json({ error: "Resource format not supported" }); return; } -ṣ const username = match[1].toLowerCase(); // Determine the profile URL based on the username.