From 985c1034d3bc8ed7b3b9ed13df89b3d040ca60a1 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 17 Aug 2024 21:20:03 +0530 Subject: [PATCH] chore: lint --- maxun-core/src/browserSide/scraper.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/maxun-core/src/browserSide/scraper.js b/maxun-core/src/browserSide/scraper.js index cdf5ddb2..25c4c150 100644 --- a/maxun-core/src/browserSide/scraper.js +++ b/maxun-core/src/browserSide/scraper.js @@ -369,8 +369,6 @@ async function clickNextPagination(selector, scrapedData, limit) { } } } - - // Add the record to the scrapedData array scrapedData.push(record); } else {