fix: tsc
Lint / TypeScript (push) Successful in 12m57s
Deploy / Build (push) Successful in 13m1s
Lint / Oxlint (push) Successful in 12m57s
Lint / ESLint (push) Successful in 12m59s
Deploy / Deploy to Stapler (push) Successful in 11m31s

This commit is contained in:
2026-06-16 00:39:07 +02:00
parent 5b5b170caf
commit 2753bc2204
-1
View File
@@ -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 (