Use string.empty and MongoId.Empty() where appropriate
This commit is contained in:
@@ -58,8 +58,8 @@ public class MatchController(
|
||||
ProfileId = "TODO",
|
||||
ProfileToken = "TODO",
|
||||
Status = "MatchWait",
|
||||
Sid = "",
|
||||
Ip = "",
|
||||
Sid = string.Empty,
|
||||
Ip = string.Empty,
|
||||
Port = 0,
|
||||
Version = "live",
|
||||
Location = "TODO get location",
|
||||
|
||||
Reference in New Issue
Block a user