remove nullability
This commit is contained in:
@@ -14,7 +14,7 @@ public class User
|
||||
|
||||
public bool IsAdmin { get; set; } = false;
|
||||
|
||||
public bool? HasVanity { get; set; } = false;
|
||||
public bool HasVanity { get; set; } = false;
|
||||
|
||||
[MaxLength(9)]
|
||||
public string? TextColorHex { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user