fix: remove invalid browser type syntax

This commit is contained in:
2026-06-07 17:20:36 +02:00
parent 3d92cff6f3
commit 7bbe4c698c

View File

@@ -630,7 +630,7 @@ function htmlPage(): string {
isCollection
};
})
.filter((entry): entry is ShareListingEntry => entry !== null);
.filter((entry) => entry !== null);
return entries.filter((entry) => {
const resolved = entry.href.toLowerCase();