fix: stop treating rainfall total as current rain
This commit is contained in:
@@ -115,4 +115,4 @@ export interface WeatherWarning {
|
||||
office: string | null;
|
||||
}
|
||||
|
||||
export type WeatherMood = "warm" | "cloudy" | "rain" | "wind" | "cold" | "night" | "mild";
|
||||
export type WeatherMood = "warm" | "cloudy" | "wind" | "cold" | "night" | "mild";
|
||||
|
||||
Reference in New Issue
Block a user