weathergov.js: Removed weatherEndpoint definition (#2936)

Removed weatherEnpoint definition in defaults. It is not used in the
weathergov.js provider.
This commit is contained in:
dWoolridge 2022-10-07 12:03:52 -05:00 committed by GitHub
parent d5e855dd6d
commit 21ae79b386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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
},