fix: remove invalid browser type syntax
This commit is contained in:
@@ -630,7 +630,7 @@ function htmlPage(): string {
|
|||||||
isCollection
|
isCollection
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
.filter((entry): entry is ShareListingEntry => entry !== null);
|
.filter((entry) => entry !== null);
|
||||||
|
|
||||||
return entries.filter((entry) => {
|
return entries.filter((entry) => {
|
||||||
const resolved = entry.href.toLowerCase();
|
const resolved = entry.href.toLowerCase();
|
||||||
|
|||||||
Reference in New Issue
Block a user