Skip to content

Commit e9b4db4

Browse files
author
tsidei
authored
Merge pull request #91 from mailjet/90-exclusion-list-fix
Fix overriding exclusion state
2 parents 5ddebe4 + 70c243d commit e9b4db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ type ContactsListAction struct {
11851185
type AddContactAction struct {
11861186
Email string
11871187
Name string
1188-
IsExcludedFromCampaigns bool
1188+
IsExcludedFromCampaigns *bool `json:",omitempty"`
11891189
Properties JSONObject
11901190
}
11911191

0 commit comments

Comments
 (0)