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
2 changed files with 1 additions and 1 deletions

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