Skip to content

Commit

Permalink
fix: update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
  • Loading branch information
JeyJeyGao committed Sep 19, 2024
1 parent 9f8c8ce commit 4bd6d06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion revocation/crl/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ func (f *HTTPFetcher) download(ctx context.Context, url string) (bundle *Bundle,
return bundle, nil
}

// ignore the error, as the cache is not critical
cacheError := f.Cache.Set(ctx, url, bundle)
if cacheError != nil {
return bundle, &CacheError{
Expand Down

0 comments on commit 4bd6d06

Please sign in to comment.