Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomcv committed Jul 21, 2020
1 parent eb08baf commit 1b1af67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useOpenWeather.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ interface WeatherCondition {
icon: string;
}

// for now, only wrote types for what i need
interface WeatherAPIData {
main: Main;
sys: System;
Expand Down

0 comments on commit 1b1af67

Please sign in to comment.