Skip to content

Commit 926db85

Browse files
committed
Update useCart.js
1 parent 0ce3b6f commit 926db85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

store/useCart.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const useCart = defineStore(
1919
null,
2020
{
2121
fetchPolicy: "network-only",
22-
}
22+
},
2323
);
2424

2525
watch(cartResult, (newCartResult) => {
@@ -147,5 +147,5 @@ export const useCart = defineStore(
147147
storage: piniaPluginPersistedstate.localStorage,
148148
paths: ["cart", "cartTotals"],
149149
},
150-
}
150+
},
151151
);

0 commit comments

Comments
 (0)