Skip to content

Commit

Permalink
fix channel_id data type to String
Browse files Browse the repository at this point in the history
  • Loading branch information
wicked-tc130 committed Feb 5, 2024
1 parent 77de668 commit 769c64f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static class Android {

@JsonProperty("channel_id")
@JsonInclude(JsonInclude.Include.NON_NULL)
private Integer channelId;
private String channelId;

@JsonProperty("category")
@JsonInclude(JsonInclude.Include.NON_NULL)
Expand Down

0 comments on commit 769c64f

Please sign in to comment.