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 (