From 2753bc220471738610ffb5a0a4a42596bb4238b2 Mon Sep 17 00:00:00 2001 From: klemek Date: Tue, 16 Jun 2026 00:39:07 +0200 Subject: [PATCH] fix: tsc --- src/lib/tld.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/tld.ts b/src/lib/tld.ts index 31b28bd..9149b96 100644 --- a/src/lib/tld.ts +++ b/src/lib/tld.ts @@ -8,7 +8,6 @@ export async function getTLDList(): Promise { ); const content = await response.text(); const tldList: string[] = []; - // @ts-expect-error - not empty string content.split("\n").forEach((line) => { line = line.trim().toLowerCase(); if (