From 32bc64c53263eec4756af2b5b453616904809581 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 22 May 2023 14:24:26 +0200 Subject: [PATCH] Revert Billa endpoint. --- analysis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis.js b/analysis.js index 2ebb6ad..d1603e6 100644 --- a/analysis.js +++ b/analysis.js @@ -183,7 +183,7 @@ exports.replay = function(rawDataDir) { const HITS = Math.floor(30000 + Math.random() * 2000); const SPAR_SEARCH = `https://search-spar.spar-ics.com/fact-finder/rest/v4/search/products_lmos_at?query=*&q=*&page=1&hitsPerPage=${HITS}`; -const BILLA_SEARCH = `https://shop.billa.at/api/search/full?searchTerm=*&pageSize=${HITS}`; +const BILLA_SEARCH = `https://shop.billa.at/api/search/full?searchTerm=*&storeId=00-10&pageSize=${HITS}`; exports.updateData = async function (dataDir, done) { const today = currentDate();