Skip to content

Commit 8b7a1bf

Browse files
committed
Cleanup
1 parent d5f30c0 commit 8b7a1bf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

refactor/src/utils/functions/functions.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -306,15 +306,6 @@ export const handleQuantityChange = (
306306
if (cart.length) {
307307
const updatedItems = getUpdatedItems(cart, newQty, cartKey);
308308

309-
const test = {
310-
variables: {
311-
input: {
312-
clientMutationId: uuidv4(),
313-
items: updatedItems,
314-
},
315-
},
316-
};
317-
318309
updateCart({
319310
variables: {
320311
input: {

0 commit comments

Comments
 (0)