chore: remove comment
This commit is contained in:
@@ -369,12 +369,9 @@ async function clickNextPagination(selector, scrapedData, limit) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add the record to the scrapedData array
|
|
||||||
scrapedData.push(record);
|
scrapedData.push(record);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return scrapedData
|
return scrapedData
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user