Remove required from the accountName

This commit is contained in:
2025-10-12 16:18:01 +07:00
parent ff74296c26
commit 30fccc3644

View File

@@ -12,7 +12,6 @@ public class TradingBotConfigRequest
/// <summary>
/// The account name to use for trading
/// </summary>
[Required]
public string AccountName { get; set; }
/// <summary>