Skip to content

Commit

Permalink
fix: asd
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Oct 24, 2023
1 parent 9eb67d9 commit d108c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storer/internal/reserve/reserve.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit d108c15

Please sign in to comment.