Fix worker and signal
This commit is contained in:
@@ -1128,7 +1128,8 @@ public static class MongoMappers
|
||||
ProgressInfo = domain.ProgressInfo,
|
||||
CurrentBacktest = domain.CurrentBacktest,
|
||||
EstimatedTimeRemainingSeconds = domain.EstimatedTimeRemainingSeconds,
|
||||
Name = domain.Name
|
||||
Name = domain.Name,
|
||||
Results = domain.Results
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1150,7 +1151,8 @@ public static class MongoMappers
|
||||
ProgressInfo = dto.ProgressInfo,
|
||||
CurrentBacktest = dto.CurrentBacktest,
|
||||
EstimatedTimeRemainingSeconds = dto.EstimatedTimeRemainingSeconds,
|
||||
Name = dto.Name
|
||||
Name = dto.Name,
|
||||
Results = dto.Results
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user