Improved logging with exceptions and remove config enum parameter

This commit is contained in:
Alex
2025-01-15 11:49:42 +00:00
parent f55f3f45ec
commit 6a2f11d2c4
39 changed files with 90 additions and 58 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ public class WeatherController
_weatherHelper = weatherHelper;
_configServer = configServer;
_weatherConfig = _configServer.GetConfig<WeatherConfig>(ConfigTypes.WEATHER);
_weatherConfig = _configServer.GetConfig<WeatherConfig>();
}
/// <summary>