diff --git a/redux/fonctionsThunk.ts b/redux/fonctionsThunk.ts index cc0c5da..7291c48 100644 --- a/redux/fonctionsThunk.ts +++ b/redux/fonctionsThunk.ts @@ -15,6 +15,7 @@ export const getCityApi = (cityName:string) =>{ } } + export const getWeatherCityApi = (ville: City) => if (City === undefined)return {}; return async dispatch => {