Use string.empty and MongoId.Empty() where appropriate
This commit is contained in:
@@ -29,8 +29,8 @@ public class WeatherController(
|
||||
var result = new WeatherData
|
||||
{
|
||||
Acceleration = 0,
|
||||
Time = "",
|
||||
Date = "",
|
||||
Time = string.Empty,
|
||||
Date = string.Empty,
|
||||
Weather = null,
|
||||
Season = Season.AUTUMN,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user