Skip to content

Commit 4195982

Browse files
committed
fix(key): remove dup query key
1 parent 98b1e71 commit 4195982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/carts/query-keys.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createQueryKeys } from '@lukemorales/query-key-factory';
22

33
export const cartKeys = createQueryKeys('carts', {
4-
list: (filters) => ['carts', filters],
4+
list: (filters) => [filters],
55
detail: (id) => [id],
66
});

0 commit comments

Comments
 (0)