Skip to content

Commit 6b21969

Browse files
authored
Merge pull request #330 from w3bdesign/develop
Remove unused const
2 parents e08535f + 7c6428e commit 6b21969

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)