Viktoriia 1 år sedan
förälder
incheckning
09e5298786
1 ändrade filer med 2 tillägg och 2 borttagningar
  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
 };