diff --git a/pkg/storer/internal/reserve/reserve.go b/pkg/storer/internal/reserve/reserve.go index 3a13b17ba0f..6b00ca5420b 100644 --- a/pkg/storer/internal/reserve/reserve.go +++ b/pkg/storer/internal/reserve/reserve.go @@ -366,7 +366,7 @@ func (r *Reserve) EvictBatchBin( go func(addrs []swarm.Address) { ctx := context.Background() - txExecutor.Execute(ctx, func(store internal.Storage) error { + _ = txExecutor.Execute(ctx, func(store internal.Storage) error { if err := r.cacheCb(ctx, store, addrs...); err != nil { r.logger.Error(err, "evict and move to cache") }