Skip to content

Commit 18bfc64

Browse files
committed
PR comments
1 parent 0a2fa04 commit 18bfc64

File tree

1 file changed

+1
-2
lines changed
  • snippets/src/main/java/conversation/templates/v1

1 file changed

+1
-2
lines changed

snippets/src/main/java/conversation/templates/v1/Update.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ public static void main(String[] args) {
5252
TemplateTranslation.builder()
5353
.setLanguageCode("en-US")
5454
.setContent(
55-
"{ \"text_message\": { \"text\" : \"text updated from V1 from"
56-
+ " template\"}}")
55+
"{ \"text_message\": { \"text\" : \"text updated from V1 template\"}}")
5756
.build()))
5857
.build();
5958

0 commit comments

Comments
 (0)