This commit is contained in:
Timothy Baldridge 2021-12-16 15:17:53 -07:00
parent c1b3b1ddbd
commit 5425bd58b4

View File

@ -175,7 +175,7 @@ public class ValidateLists : IVerb
{ {
_logger.LogInformation("Looking for patch"); _logger.LogInformation("Looking for patch");
var patchResult = await patchCache.Get(archive); var patchResult = await patchCache.Get(archive);
if (result.Status == ArchiveStatus.Updated) if (patchResult.Status == ArchiveStatus.Updated)
return patchResult.ValidatedArchive; return patchResult.ValidatedArchive;
return new ValidatedArchive return new ValidatedArchive
{ {