Skip to content

Commit 18d74b7

Browse files
committed
Merge pull request #90 from intercom/BL/remove
Include the remove flag if not null
2 parents 48466ea + 41610e4 commit 18d74b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intercom-java/src/main/java/io/intercom/api/CompanyWithStringPlan.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class CompanyWithStringPlan extends TypedData {
3838
private Map<String, CustomAttribute> customAttributes = Maps.newHashMap();
3939

4040
@JsonProperty("remove")
41-
@JsonInclude(JsonInclude.Include.NON_DEFAULT)
41+
@JsonInclude(JsonInclude.Include.NON_NULL)
4242
private Boolean remove;
4343

4444
public CompanyWithStringPlan() {

0 commit comments

Comments
 (0)