fix: tsc
This commit is contained in:
@@ -8,7 +8,6 @@ export async function getTLDList(): Promise<string[]> {
|
||||
);
|
||||
const content = await response.text();
|
||||
const tldList: string[] = [];
|
||||
// @ts-expect-error - not empty string
|
||||
content.split("\n").forEach((line) => {
|
||||
line = line.trim().toLowerCase();
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user