Uncomment some code forgot

This commit is contained in:
2025-09-24 01:37:01 +07:00
parent b8dfb4f111
commit 68350e3c24

View File

@@ -55,13 +55,11 @@ public class PlatformSummaryGrain : Grain, IPlatformSummaryGrain, IRemindable
_logger.LogInformation("Daily reminder scheduled - Next daily: {NextDaily}", nextDailyTime); _logger.LogInformation("Daily reminder scheduled - Next daily: {NextDaily}", nextDailyTime);
await RefreshDataAsync(); // Initial data load if state is empty
if (_state.State.LastUpdated == default)
// // Initial data load if state is empty {
// if (_state.State.LastUpdated == default) await RefreshDataAsync();
// { }
// await RefreshDataAsync();
// }
} }
public async Task<PlatformSummaryViewModel> GetPlatformSummaryAsync() public async Task<PlatformSummaryViewModel> GetPlatformSummaryAsync()