Quick fix
This commit is contained in:
@@ -276,7 +276,7 @@ public class StatisticService : IStatisticService
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
_logger.LogError("Backtest cannot be run", ex);
|
_logger.LogError("Backtest cannot be run {message}", ex.Message);
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user