Skip to content

Commit b1af33e

Browse files
committed
Update functions.js
1 parent 02a7b51 commit b1af33e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/functions/functions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ export const getUpdatedProducts = (
110110
updatedProduct.totalPrice = parseFloat(
111111
(updatedProduct.price * updatedProduct.qty).toFixed(2)
112112
);
113-
114113
return updatedProducts;
115114
}
116115
// If product not found push the new product to the existing product array.

0 commit comments

Comments
 (0)