mirror of
https://github.com/kopia/kopia.git
synced 2026-03-29 11:32:05 -04:00
chore(ci): upgraded linter to 1.57.1 (#3753)
This commit is contained in:
@@ -43,7 +43,6 @@ func (c *commandCacheSync) run(ctx context.Context, rep repo.DirectRepositoryWri
|
||||
eg.Go(func() error {
|
||||
defer close(ch)
|
||||
|
||||
//nolint:wrapcheck
|
||||
return rep.BlobReader().ListBlobs(ctx, content.PackBlobIDPrefixSpecial, func(bm blob.Metadata) error {
|
||||
ch <- bm.BlobID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user