Skip to content

Commit

Permalink
accounts: omitempty name values for accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed May 27, 2022
1 parent e5c6a2d commit 5e7d720
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 5e7d720

Please sign in to comment.