From 5874f297b1aefec219658034b51cdbd06d5847a5 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 13 Aug 2024 22:20:05 +0530 Subject: [PATCH] chore: remove whitespace --- maxun-core/src/browserSide/scraper.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/maxun-core/src/browserSide/scraper.js b/maxun-core/src/browserSide/scraper.js index 80dd3703..c9215fda 100644 --- a/maxun-core/src/browserSide/scraper.js +++ b/maxun-core/src/browserSide/scraper.js @@ -310,12 +310,9 @@ async function scrollDownToLoadMore(selector, limit) { } scrapedData.push(record); }); - return scrapedData; }; - - /** * Gets all children of the elements matching the listSelector, * returning their CSS selectors and innerText.