Update backtest bundle

This commit is contained in:
2025-07-22 00:14:50 +07:00
parent 27c1e9d1ba
commit 5427c8a971
2 changed files with 41 additions and 16 deletions

View File

@@ -332,6 +332,7 @@ public class BacktestRepository : IBacktestRepository
.Include(b => b.ErrorMessage)
.Include(b => b.ProgressInfo)
.Include(b => b.Name)
.Include(b => b.CompletedBacktests)
.Include(b => b.User);
var filter = Builders<BundleBacktestRequestDto>.Filter.Eq(b => b.User.Name, user.Name);