Revert Billa endpoint.

This commit is contained in:
Mario Zechner 2023-05-22 14:24:26 +02:00
parent ff569df7fb
commit 32bc64c532

View File

@ -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();