Viktoriia 1 tahun lalu
induk
melakukan
09e5298786
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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
 };