Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Feb 17, 2022
1 parent 0e46f8c commit b39a988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/messagerosa/core/model/XMessagePayload.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public class XMessagePayload {
private ArrayList<ButtonChoice> buttonChoices;
private StylingTag stylingTag;
private String flow;
private Integer index;
private Integer questionIndex;
private String mediaCaption;
}

0 comments on commit b39a988

Please sign in to comment.