Skip to content

Commit

Permalink
Merge pull request #316 from thrawn01/thrawn/fix-getmailinglist
Browse files Browse the repository at this point in the history
mailingListResponse incorrectly set to 'member' instead of 'list'
  • Loading branch information
thrawn01 committed Nov 27, 2023
2 parents d9eae83 + a298f0c commit 0d5a003
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 0d5a003

Please sign in to comment.