Skip to content

Commit

Permalink
fixxing
Browse files Browse the repository at this point in the history
  • Loading branch information
thecreator232 committed Dec 22, 2022
1 parent ce7f194 commit 2b40c03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hedwig.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ func (h *Hedwig) PublishWithHeaders(key string, body []byte, headers map[string]
defer h.Unlock()

c, err := h.getChannel(PublishChannel)
c.
if err != nil {
return err
}
Expand Down

0 comments on commit 2b40c03

Please sign in to comment.