Skip to content

Commit

Permalink
removed FIXME comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomcv committed Jul 21, 2020
1 parent 0e5294b commit e887e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useOpenWeather.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface QueryStringArgs {
interface UseOpenWeatherQueryResult {
loading: boolean;
error?: Error;
data?: WeatherAPIData; // FIXME
data?: WeatherAPIData;
}

interface Main {
Expand Down

0 comments on commit e887e75

Please sign in to comment.