Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Dec 3, 2024
1 parent a0c9a86 commit fc80f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messages_v5.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ func (mg *MailgunImpl) sendV5(ctx context.Context, m SendableMessage) (mes strin

m.AddValues(payload)

// TODO: make (CommonMessage).AddValues():
err = addMessageValues(payload, m)
if err != nil {
return "", "", err
Expand Down

0 comments on commit fc80f4f

Please sign in to comment.