diff --git a/modules/queue/queue_channel.go b/modules/queue/queue_channel.go index 5f41ef7574..c8f8a53804 100644 --- a/modules/queue/queue_channel.go +++ b/modules/queue/queue_channel.go @@ -82,7 +82,7 @@ func (c *ChannelQueue) Run(atShutdown, atTerminate func(context.Context, func()) }() } -// Push will push the indexer data to queue +// Push will push data into the queue func (c *ChannelQueue) Push(data Data) error { if c.exemplar != nil { // Assert data is of same type as r.exemplar