Skip to content

Commit

Permalink
weathergov.js: Removed weatherEndpoint definition (#2936)
Browse files Browse the repository at this point in the history
Removed weatherEnpoint definition in defaults. It is not used in the
weathergov.js provider.
  • Loading branch information
dWoolridge authored Oct 7, 2022
1 parent d5e855d commit 21ae79b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Special thanks to: @rejas, @sdetweil

- Added test for remoteFile option in compliments module
- Added hourlyWeather functionality to Weather.gov weather provider
- Removed weatherEndpoint definition from weathergov.js (not used)

### Removed

Expand Down
1 change: 0 additions & 1 deletion modules/default/weather/providers/weathergov.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ WeatherProvider.register("weathergov", {
// Set the default config properties that is specific to this provider
defaults: {
apiBase: "https://api.weather.gov/points/",
weatherEndpoint: "/forecast",
lat: 0,
lon: 0
},
Expand Down

0 comments on commit 21ae79b

Please sign in to comment.