Skip to content

Commit 047b6a2

Browse files
authored
Merge pull request #357 from HubSpot/optional-url
Make url optional
2 parents 47d1de1 + 6b33bba commit 047b6a2

File tree

1 file changed

+1
-1
lines changed
  • slack-base/src/main/java/com/hubspot/slack/client/models/blocks

1 file changed

+1
-1
lines changed

slack-base/src/main/java/com/hubspot/slack/client/models/blocks/ImageIF.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ default String getType() {
2222
}
2323

2424
@Value.Parameter
25-
String getImageUrl();
25+
Optional<String> getImageUrl();
2626

2727
@Value.Parameter
2828
String getAltText();

0 commit comments

Comments
 (0)