Update messages

This commit is contained in:
2025-10-08 20:30:57 +07:00
parent f334bced72
commit fa160e2d1b
2 changed files with 2 additions and 2 deletions

View File

@@ -845,7 +845,7 @@ public class LiveTradingBotGrain : Grain, ILiveTradingBotGrain, IRemindable
// Pass the complete Bot object to BotService for saving
var success = await ServiceScopeHelpers.WithScopedService<IBotService, bool>(_scopeFactory,
async (botService) => { return await botService.SaveBotStatisticsAsync(bot); });
if (success)
{
_logger.LogDebug(