Closed rakkhin closed 5 months ago
When used to read api key from DEFAULT_KEYS constant the weatherProvider property is reduced by 1, but the same was not true when reading custom api keys, which lead to a but that prevents users from utilizing the keys they set.
DEFAULT_KEYS
weatherProvider
This PR aims to fix the issue described in #53
Darn it! Thanks!
When used to read api key from
DEFAULT_KEYS
constant theweatherProvider
property is reduced by 1, but the same was not true when reading custom api keys, which lead to a but that prevents users from utilizing the keys they set.This PR aims to fix the issue described in #53