chore: remove whitespace

This commit is contained in:
karishmas6
2024-08-13 22:20:05 +05:30
parent 91983980f0
commit 5874f297b1

View File

@@ -310,12 +310,9 @@ async function scrollDownToLoadMore(selector, limit) {
} }
scrapedData.push(record); scrapedData.push(record);
}); });
return scrapedData; return scrapedData;
}; };
/** /**
* Gets all children of the elements matching the listSelector, * Gets all children of the elements matching the listSelector,
* returning their CSS selectors and innerText. * returning their CSS selectors and innerText.