Skip to content

Commit

Permalink
mailingListResponse incorrectly set to 'member' instead of 'list'
Browse files Browse the repository at this point in the history
  • Loading branch information
thrawn01 committed Nov 27, 2023
1 parent d9eae83 commit a298f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailing_lists.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type listsResponse struct {
}

type mailingListResponse struct {
MailingList MailingList `json:"member"`
MailingList MailingList `json:"list"`
}

type ListsIterator struct {
Expand Down

0 comments on commit a298f0c

Please sign in to comment.