Hotfix otlp headers
Signed-off-by: Dmitrii <computer@yawaflua.tech> Took 19 minutes
This commit is contained in:
@@ -12,7 +12,7 @@ public class Card
|
||||
public string ShortId { get; set; } = "";
|
||||
public bool WebhookConnected { get; set; } = false;
|
||||
|
||||
public int Balance { get; set; } = 0;
|
||||
public int? Balance { get; set; } = -1;
|
||||
|
||||
public DateTime CreatedAt { get; set; } = DateTime.UtcNow;
|
||||
public DateTime UpdatedAt { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user