From a298f0c4db6c8b3db8f8c0164599f79a2ad4d56d Mon Sep 17 00:00:00 2001 From: "Derrick J. Wippler" Date: Mon, 27 Nov 2023 12:48:03 -0600 Subject: [PATCH] mailingListResponse incorrectly set to 'member' instead of 'list' --- mailing_lists.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailing_lists.go b/mailing_lists.go index d4611356..faecb071 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 {