Merge pull request #40 from pretzelhands/patch-1

Add "Balea" as budget brand for DM
This commit is contained in:
Mario Zechner 2023-05-30 10:34:53 +02:00 committed by GitHub
commit ed5e9b6d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ const stores = {
},
dm: {
name: "DM",
budgetBrands: [],
budgetBrands: ["balea"],
color: "rgb(255 240 230)",
},
unimarkt: {
@ -540,4 +540,4 @@ function calculateOverallPriceChanges(items) {
}
return priceChanges;
}
}