diff --git a/src/CocApi.Cache/CocApi.Cache.csproj b/src/CocApi.Cache/CocApi.Cache.csproj index c642a7a..557e81d 100644 --- a/src/CocApi.Cache/CocApi.Cache.csproj +++ b/src/CocApi.Cache/CocApi.Cache.csproj @@ -6,7 +6,7 @@ devhl Caches response from the Clash of Clans API. - 2.11.13-debug.6 + 2.11.13-debug.7 2.0.0.0 2.0.0.0 true diff --git a/src/CocApi.Cache/Services/WarService.cs b/src/CocApi.Cache/Services/WarService.cs index d62ace2..9dda384 100644 --- a/src/CocApi.Cache/Services/WarService.cs +++ b/src/CocApi.Cache/Services/WarService.cs @@ -138,7 +138,7 @@ protected override async Task ExecuteScheduledTaskAsync(CancellationToken cancel Logger.LogError(err, "Could not handle war id {warId}", erroredWarId); - cachedWar.IsFinal = true; + //cachedWar.IsFinal = true; continue; }