chore: remove comment
This commit is contained in:
@@ -315,7 +315,6 @@ async function scrollDownToLoadMore(selector, limit) {
|
|||||||
scrapedData.push(record);
|
scrapedData.push(record);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if we need to paginate
|
|
||||||
if (pagination && scrapedData.length < limit) {
|
if (pagination && scrapedData.length < limit) {
|
||||||
switch (pagination.type) {
|
switch (pagination.type) {
|
||||||
case 'scrollDown':
|
case 'scrollDown':
|
||||||
|
|||||||
Reference in New Issue
Block a user