Malawi-DCCMS / weather-app

An app to show the weather.
0 stars 0 forks source link

Duplicated code for requesting forecast #142

Open havardf opened 3 months ago

havardf commented 3 months ago

One in src/hooks/current-forecast.hook.ts and another in src/store/forecast.slice.ts

They should be merged / refactored so that logic is exists only once.