From 4685a41eaaf5845c0d1ac93ce25654ab65a619e3 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Sun, 28 May 2023 22:27:47 +0200 Subject: [PATCH] Fix lidl unit conversion --- stores/lidl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stores/lidl.js b/stores/lidl.js index f0031c7..1fb35b4 100644 --- a/stores/lidl.js +++ b/stores/lidl.js @@ -52,7 +52,7 @@ exports.getCanonical = function(item, today) { unit, quantity, url: item.canonicalUrl - }; + }, conversions, 'lidl'); } exports.fetchData = async function() {