Skip to content

Commit

Permalink
Change variable name from error to err
Browse files Browse the repository at this point in the history
Fixes #206
  • Loading branch information
thrawn01 authored Dec 3, 2019
1 parent 59bdafd commit 0e71ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailgun.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ type Mailgun interface {

ListBounces(opts *ListOptions) *BouncesIterator
GetBounce(ctx context.Context, address string) (Bounce, error)
AddBounce(ctx context.Context, address, code, error string) error
AddBounce(ctx context.Context, address, code, err string) error
DeleteBounce(ctx context.Context, address string) error

GetStats(ctx context.Context, events []string, opts *GetStatOptions) ([]Stats, error)
Expand Down

0 comments on commit 0e71ef1

Please sign in to comment.