Skip to content

Commit

Permalink
fix #125
Browse files Browse the repository at this point in the history
  • Loading branch information
lilaboc committed Sep 30, 2023
1 parent bfe8fbe commit 9f0d79d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
public record Message(

@JsonProperty("id") String id) {
@JsonProperty("id") String id,
@JsonProperty("message_status") String messageStatus){
}

0 comments on commit 9f0d79d

Please sign in to comment.