summaryrefslogtreecommitdiff
path: root/src/utils/solrMapping.js
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-03 14:01:02 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-03 14:01:02 +0700
commitad168bf46919b46f708625b7d2fdc56606ec9af6 (patch)
treeaeb006a210788db8bb671d716bba3cacdbd22e95 /src/utils/solrMapping.js
parent105ffc8cfa4d8efd51bb7654bfdd279df2a64779 (diff)
<iman> update all promo fix
Diffstat (limited to 'src/utils/solrMapping.js')
-rw-r--r--src/utils/solrMapping.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/solrMapping.js b/src/utils/solrMapping.js
index 15bf3afb..0d50b99b 100644
--- a/src/utils/solrMapping.js
+++ b/src/utils/solrMapping.js
@@ -19,8 +19,6 @@ export const promoMappingSolr = (promotions) => {
qty_sold_f:promotion.total_qty_sold_f,
free_products: JSON.parse(promotion.free_products_s)
};
- console.log("productMapped",productMapped)
- // console.log("promotions",promotions)
return productMapped;
})
};