From 8c52ca24cbe5e77b514446218fc5254c4e3d51da Mon Sep 17 00:00:00 2001 From: jpirnay Date: Sat, 4 Apr 2026 09:46:20 +0200 Subject: [PATCH] yaclf --- lib/Weather/WeatherClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Weather/WeatherClient.cpp b/lib/Weather/WeatherClient.cpp index 2b8956ba..84c0d251 100644 --- a/lib/Weather/WeatherClient.cpp +++ b/lib/Weather/WeatherClient.cpp @@ -266,7 +266,7 @@ bool WeatherClient::saveCache(const WeatherData& data) { d["sunrise"] = day.sunrise; d["sunset"] = day.sunset; d["moonPhase"] = day.moonPhase; - d["moonPhaseApiName"] = "moon_phase"; // for compatibility/tracing + d["moonPhaseApiName"] = "moon_phase"; // for compatibility/tracing } // Hourly