Hotfix mongo`s bugs
Signed-off-by: Dmitrii <computer@yawaflua.tech> Took 9 minutes
This commit is contained in:
@@ -9,8 +9,8 @@ public class Card
|
||||
public string Name { get; set; }
|
||||
public string SpworldsID { get; set; }
|
||||
public string Token { get; set; }
|
||||
public string ShortId { get; set; } = "";
|
||||
public bool WebhookConnected { get; set; } = false;
|
||||
public string? ShortId { get; set; } = "";
|
||||
public bool? WebhookConnected { get; set; } = false;
|
||||
|
||||
public int? Balance { get; set; } = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user