chore: remove comment

This commit is contained in:
karishmas6
2024-08-14 06:29:17 +05:30
parent 960a591765
commit 5828d512b9

View File

@@ -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':