Refactored Gamma scraper, only using API.
This commit is contained in:
@@ -314,8 +314,6 @@ async function scrapeNetworkParallel(networkEntity) {
|
||||
async function fetchUpdates() {
|
||||
const includedNetworks = await fetchIncludedEntities();
|
||||
|
||||
// console.log(includedNetworks[0]);
|
||||
|
||||
const scrapedNetworks = await Promise.map(
|
||||
includedNetworks,
|
||||
async (networkEntity) => (networkEntity.parameters?.sequential
|
||||
|
||||
Reference in New Issue
Block a user