Skip to content

Commit

Permalink
remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt committed Mar 2, 2023
1 parent 3149281 commit 8304ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/queues/queue_immediate.go
Expand Up @@ -62,7 +62,7 @@ func NewImmediateQueue(
logger log.Logger,
metricsHandler metrics.Handler,
) *immediateQueue {
paginationFnProvider := func(readerID int32, r Range) collection.PaginationFn[tasks.Task] { // readerID
paginationFnProvider := func(readerID int32, r Range) collection.PaginationFn[tasks.Task] {
return func(paginationToken []byte) ([]tasks.Task, []byte, error) {
ctx, cancel := newQueueIOContext()
defer cancel()
Expand Down

0 comments on commit 8304ed0

Please sign in to comment.