Update extract.ts

This commit is contained in:
Nicolas 2024-12-17 15:22:25 -03:00
parent e26a0a65a7
commit 6d77879d68

View File

@ -308,3 +308,4 @@ function filterAndProcessLinks(
x !== undefined && x.url !== undefined && !isUrlBlocked(x.url), x !== undefined && x.url !== undefined && !isUrlBlocked(x.url),
); );
} }