Skip to content

Commit

Permalink
Fix trivial link check
Browse files Browse the repository at this point in the history
  • Loading branch information
t2y committed May 16, 2023
1 parent e79bf25 commit 1a875e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channel.go
Expand Up @@ -1191,7 +1191,7 @@ func (ch *Channel) ConsumeWithContext(ctx context.Context, queue, consumer strin
return
case <-ctx.Done():
if ch != nil {
ch.Cancel(consumer, false)
_ = ch.Cancel(consumer, false)
}
}
}()
Expand Down

0 comments on commit 1a875e1

Please sign in to comment.