From abedb7f25617f4b1d77a569119d7f9cb6169c8af Mon Sep 17 00:00:00 2001 From: Tohirjon <82634626+Tohirjon-Odilov@users.noreply.github.com> Date: Wed, 13 Mar 2024 08:54:00 +0500 Subject: [PATCH] change some files --- .../Queries/GetWeatherForecasts/WeatherForecast.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application/WeatherForecasts/Queries/GetWeatherForecasts/WeatherForecast.cs b/src/Application/WeatherForecasts/Queries/GetWeatherForecasts/WeatherForecast.cs index 988dfa700..a795df4dd 100644 --- a/src/Application/WeatherForecasts/Queries/GetWeatherForecasts/WeatherForecast.cs +++ b/src/Application/WeatherForecasts/Queries/GetWeatherForecasts/WeatherForecast.cs @@ -8,5 +8,5 @@ public class WeatherForecast public int TemperatureF => 32 + (int)(TemperatureC / 0.5556); - public string? Summary { get; init; } + public string Summary { get; init; } = string.Empty(); }