This commit is contained in:
Cat /dev/Nulo 2023-12-31 18:23:59 -03:00 committed by Nulo
parent d820bcc457
commit f2692a5f9b

View file

@ -1,8 +1,6 @@
import pMap from "p-map";
import { saveUrls } from "db-datos/urlHelpers.js";
await scrapBySitemap();
export async function scrapCarrefourProducts() {
await scrapBySitemap();
}