Skip to content

Commit

Permalink
Merge pull request #7 from ThreeDotsLabs/bump-deps
Browse files Browse the repository at this point in the history
Format
  • Loading branch information
m110 authored Aug 28, 2024
2 parents 7593620 + 1733afb commit 665baaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/io/publisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func NewPublisher(wc io.WriteCloser, config PublisherConfig, logger watermill.Lo
}

// Publish writes the messages to the underlying io.Writer.
//
func (p *Publisher) Publish(topic string, messages ...*message.Message) error {
if p.closed {
return errors.New("publisher is closed")
Expand Down

0 comments on commit 665baaa

Please sign in to comment.