Skip to content

Commit

Permalink
Merge pull request #357 from HubSpot/optional-url
Browse files Browse the repository at this point in the history
Make url optional
  • Loading branch information
pmusgrave authored Oct 10, 2024
2 parents 47d1de1 + 6b33bba commit 047b6a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default String getType() {
}

@Value.Parameter
String getImageUrl();
Optional<String> getImageUrl();

@Value.Parameter
String getAltText();
Expand Down

0 comments on commit 047b6a2

Please sign in to comment.