Skip to content

Commit

Permalink
Merge pull request #481 from ywy2090/master-rc2
Browse files Browse the repository at this point in the history
fix getTopics null exception
  • Loading branch information
ywy2090 authored Feb 24, 2022
2 parents 62c429a + 81177d3 commit cffd225
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static class Logs {
@JsonProperty("address")
private String address;

@JsonProperty("topic")
@JsonProperty("topics")
private List<String> topics;

@JsonProperty("data")
Expand Down

0 comments on commit cffd225

Please sign in to comment.