From f2692a5f9b7b34da6b8bbb074faf5e0efdf472c4 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 31 Dec 2023 18:23:59 -0300 Subject: [PATCH] uh o --- carrefour-link-scraper/index.ts | 2 -- 1 file changed, 2 deletions(-) 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(); }