Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

[weather] Fix OpenWeather API key failure by removing FORECAST #5838

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ protected String getWeatherUrl() {
*/
@Override
protected String getForecastUrl() {
return FORECAST;
return null;
}
}