chore: clean

This commit is contained in:
Methapon Metanipat 2024-10-08 10:05:57 +07:00
parent 126f6f49c8
commit 03c923b3ee

View file

@ -237,7 +237,6 @@ function mapNode() {
const pricePerUnit = p.product.vatIncluded
? precisionRound(price / (1 + (config.value?.vat || 0.07)))
: price;
console.log(pricePerUnit);
return {
id: p.product.id,
title: p.product.name,
@ -267,7 +266,6 @@ function mapNode() {
? precisionRound(price / (1 + (config.value?.vat || 0.07)))
: price;
console.log(pricePerUnit);
return {
id: v.id,
title: v.name,