Skip to content

Commit

Permalink
Merge pull request #910 from jacobbednarz/ignore-empty-account-name
Browse files Browse the repository at this point in the history
accounts: omitempty `name` values for accounts
  • Loading branch information
jacobbednarz committed May 27, 2022
2 parents e5c6a2d + 5e7d720 commit b3795ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts.go
Expand Up @@ -49,7 +49,7 @@ type AccountDetailResponse struct {

// AccountsListParams holds the filterable options for Accounts.
type AccountsListParams struct {
Name string `url:"name"`
Name string `url:"name,omitempty"`

PaginationOptions
}
Expand Down

0 comments on commit b3795ad

Please sign in to comment.