diff --git a/carrefour-link-scraper/index.ts b/carrefour-link-scraper/index.ts index eb9536f..82c0d15 100644 --- a/carrefour-link-scraper/index.ts +++ b/carrefour-link-scraper/index.ts @@ -1,8 +1,6 @@ import pMap from "p-map"; import { saveUrls } from "db-datos/urlHelpers.js"; -await scrapBySitemap(); - export async function scrapCarrefourProducts() { await scrapBySitemap(); }