feat: add or array empty condition for scrapeSchema

This commit is contained in:
RohitR311
2024-12-03 22:44:45 +05:30
parent 40e0c7e839
commit 942981e1ea

View File

@@ -249,7 +249,7 @@ function scrapableHeuristics(maxCountPerPage = 50, minArea = 20000, scrolls = 3,
}
},
(key) => key // Use the original key in the output
));
)) || [];
}
/**