Skip to content

Commit

Permalink
add comment to trigger build
Browse files Browse the repository at this point in the history
run-it
  • Loading branch information
dphuang2 committed Oct 31, 2023
1 parent 74ed13d commit da5f0a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ default Map<String, Object> transformAdditionalPropertiesToMap(AdditionalPropert
putIfPresent(map, "artifactId", additionalProperties.getArtifactId());
putIfPresent(map, "artifactUrl", additionalProperties.getArtifactUrl());
putIfPresent(map, "groupId", additionalProperties.getGroupId());
// non-Python SDKs will throw NPE is no null check is added
if (additionalProperties.getPythonResponseTypeVersion() != null) {
putIfPresent(map, "prstv1", additionalProperties.getPythonResponseTypeVersion().equals("1"));
putIfPresent(map, "prstv2", additionalProperties.getPythonResponseTypeVersion().equals("2"));
Expand Down

0 comments on commit da5f0a9

Please sign in to comment.