diff --git a/maxun-core/src/browserSide/scraper.js b/maxun-core/src/browserSide/scraper.js index fc526d4c..7c208b68 100644 --- a/maxun-core/src/browserSide/scraper.js +++ b/maxun-core/src/browserSide/scraper.js @@ -369,12 +369,9 @@ async function clickNextPagination(selector, scrapedData, limit) { } } } - - // Add the record to the scrapedData array scrapedData.push(record); } } - return scrapedData };