Finish copy trading
This commit is contained in:
@@ -194,6 +194,7 @@ public class PostgreSqlBotRepository : IBotRepository
|
||||
var query = _context.Bots
|
||||
.AsNoTracking()
|
||||
.Include(m => m.User)
|
||||
.Include(m => m.MasterBotUser)
|
||||
.AsQueryable();
|
||||
|
||||
// Apply filters
|
||||
|
||||
Reference in New Issue
Block a user