Skip to content

Commit 1396332

Browse files
Tohirjon-Odilovjasontaylordev
authored andcommitted
change some files
1 parent dd3ac81 commit 1396332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/WeatherForecasts/Queries/GetWeatherForecasts/WeatherForecast.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ public class WeatherForecast
88

99
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
1010

11-
public string? Summary { get; init; }
11+
public string Summary { get; init; } = string.Empty();
1212
}

0 commit comments

Comments
 (0)