diff options
Diffstat (limited to 'src/config/types.ts')
| -rw-r--r-- | src/config/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index 736548a..2862612 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -78,7 +78,7 @@ export default { "math.maxHistory": NUM, "updates.interval": NUM, "weather.interval": NUM, - "weather.key": STR, + "weather.apiKey": STR, "weather.location": STR, "weather.imperial": BOOL, "cpu.interval": NUM, |