feat: add or array empty condition for scrapeSchema
This commit is contained in:
@@ -249,7 +249,7 @@ function scrapableHeuristics(maxCountPerPage = 50, minArea = 20000, scrolls = 3,
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
(key) => key // Use the original key in the output
|
(key) => key // Use the original key in the output
|
||||||
));
|
)) || [];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user