Fix backtest
This commit is contained in:
@@ -10,4 +10,6 @@ public class BotDto : Document
|
||||
public string Name { get; set; }
|
||||
public string Data { get; set; }
|
||||
public BotType BotType { get; set; }
|
||||
public string Identifier { get; set; }
|
||||
public UserDto User { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user