Quick fix

This commit is contained in:
2025-04-30 13:45:15 +07:00
parent bc1ef78747
commit 5caf9e2197

View File

@@ -276,7 +276,7 @@ public class StatisticService : IStatisticService
}
catch (Exception ex)
{
_logger.LogError("Backtest cannot be run", ex);
_logger.LogError("Backtest cannot be run {message}", ex.Message);
}
return null;