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