chore: remove comment

This commit is contained in:
karishmas6
2024-08-17 23:51:32 +05:30
parent 029a6b9e98
commit a8e8b53d57

View File

@@ -369,12 +369,9 @@ async function clickNextPagination(selector, scrapedData, limit) {
}
}
}
// Add the record to the scrapedData array
scrapedData.push(record);
}
}
return scrapedData
};