Skip to content

Commit c3dc5ab

Browse files
Potential fix for code scanning alert no. 13: Unused variable, import, function or class
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 7c10531 commit c3dc5ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

store/useCart.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const useCart = defineStore(
1616

1717
const {
1818
result: cartResult,
19-
loading: cartLoading,
2019
refetch: refetchCart,
2120
} = useQuery(GET_CART_QUERY, null, { fetchPolicy: "network-only" });
2221

0 commit comments

Comments
 (0)