Skip to content

Commit

Permalink
more debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
devhl-labs committed Oct 21, 2024
1 parent d7ccdbc commit 7cc86fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CocApi.Cache/CocApi.Cache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>devhl</Authors>
<Product />
<Description>Caches response from the Clash of Clans API.</Description>
<Version>2.11.13-debug.6</Version>
<Version>2.11.13-debug.7</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion src/CocApi.Cache/Services/WarService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 7cc86fe

Please sign in to comment.