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