Skip to content

Commit d0411d6

Browse files
author
Viktor Pelepiak
committed
Fix build
1 parent 0e0d3a8 commit d0411d6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

slack-base/src/main/java/com/hubspot/slack/client/methods/params/chat/ChatUnfurlParamsIF.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
@Immutable
1919
@HubSpotStyle
2020
@JsonNaming(SnakeCaseStrategy.class)
21-
@JsonInclude(JsonInclude.Include.NON_EMPTY)
2221
public interface ChatUnfurlParamsIF extends HasChannel {
2322
@Override
2423
@JsonProperty("channel")
@@ -35,5 +34,6 @@ public interface ChatUnfurlParamsIF extends HasChannel {
3534

3635
Optional<URI> getUserAuthUrl();
3736

37+
@JsonInclude(JsonInclude.Include.NON_EMPTY)
3838
Optional<Metadata> getMetadata();
3939
}

slack-base/src/test/resources/chat_unfurl_params_using_attachment.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@
2626
},
2727
"user_auth_message": null,
2828
"user_auth_url": null,
29-
"is_user_auth_required": null,
30-
"metadata" : null
29+
"is_user_auth_required": null
3130
}

slack-base/src/test/resources/chat_unfurl_params_using_block.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@
2121
},
2222
"user_auth_message": null,
2323
"user_auth_url": null,
24-
"is_user_auth_required": null,
25-
"metadata" : null
24+
"is_user_auth_required": null
2625
}

0 commit comments

Comments
 (0)