chore: lint

This commit is contained in:
karishmas6
2024-08-17 21:20:03 +05:30
parent 94daa02806
commit 985c1034d3

View File

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