Don't fetch and show lidl. We still fetch the data in the server.

This commit is contained in:
Mario Zechner 2023-06-15 19:37:07 +02:00
parent 6281e66dc7
commit 024da0328b

View File

@ -22,13 +22,14 @@ exports.stores = {
defaultChecked: true,
getUrl: (item) => `https://www.roksh.at/hofer/produkte/${item.url}`,
},
lidl: {
// Disabled as they only give us discounted products.
/*lidl: {
name: "Lidl",
budgetBrands: ["milbona"],
color: "pink",
defaultChecked: true,
getUrl: (item) => `https://www.lidl.at${item.url}`,
},
},*/
mpreis: {
name: "MPREIS",
budgetBrands: [],