From c18b0f4400b30da02d1ac14c27a414bbac53ca1a Mon Sep 17 00:00:00 2001 From: Deva Midhun Date: Mon, 10 Feb 2025 17:17:21 +0000 Subject: [PATCH] slls --- api/well-known/webfinger.ts | 1 - 1 file changed, 1 deletion(-) 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.