diff --git a/mailing_lists.go b/mailing_lists.go index d461135..faecb07 100644 --- a/mailing_lists.go +++ b/mailing_lists.go @@ -52,7 +52,7 @@ type listsResponse struct { } type mailingListResponse struct { - MailingList MailingList `json:"member"` + MailingList MailingList `json:"list"` } type ListsIterator struct {