Browse Source

countries

Viktoriia 1 year ago
parent
commit
09e5298786
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/modules/api/countries/countries-query-keys.tsx

+ 2 - 2
src/modules/api/countries/countries-query-keys.tsx

@@ -1,4 +1,4 @@
 export const countriesQueryKeys = {
-  getSlow: (token: string) => ['getTripsYears', { token }] as const,
-  setSlow: () => ['setNewTrip'] as const
+  getSlow: (token: string) => ['getSlow', { token }] as const,
+  setSlow: () => ['setSlow'] as const
 };