Skip to content

Commit 7c6428e

Browse files
committed
Remove unused const
1 parent e08535f commit 7c6428e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/functions/functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const updateCart = (
6767
quantityToBeAdded,
6868
newQuantity = false
6969
) => {
70-
const updatedProducts = getUpdatedProducts(
70+
getUpdatedProducts(
7171
existingCart.products,
7272
product,
7373
quantityToBeAdded,

0 commit comments

Comments
 (0)