Skip to content

Commit

Permalink
removed redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Oct 29, 2024
1 parent 0b86625 commit 52ed5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func NewMIMEMessage(body io.ReadCloser, to ...string) *Message {
}

// Deprecated: use func NewMIMEMessage instead of method.
func (mg *MailgunImpl) NewMIMEMessage(body io.ReadCloser, to ...string) *Message {
func (*MailgunImpl) NewMIMEMessage(body io.ReadCloser, to ...string) *Message {
return NewMIMEMessage(body, to...)
}

Expand Down

0 comments on commit 52ed5a7

Please sign in to comment.