chore: remove unused

This commit is contained in:
Methapon2001 2024-12-27 09:38:44 +07:00
parent 0d07cacfc0
commit 04e745bfe0

View file

@ -98,7 +98,7 @@ function getPrice(
}[], }[],
) { ) {
return list.reduce( return list.reduce(
(a, c, i) => { (a, c) => {
const pricePerUnit = c.product.serviceCharge; const pricePerUnit = c.product.serviceCharge;
const amount = c.list.length; const amount = c.list.length;
const discount = const discount =