Skip to content

Commit

Permalink
Merge pull request #48 from jansoren/master
Browse files Browse the repository at this point in the history
Made categories in CoinFullData to list of Strings
  • Loading branch information
Philipinho authored Mar 13, 2024
2 parents 0d08f9f + 0f8e206 commit a361edb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class CoinFullData {
@JsonProperty("hashing_algorithm")
private String hashingAlgorithm;
@JsonProperty("categories")
private List<Object> categories;
private List<String> categories;
@JsonProperty("public_notice")
private String publicNotice;
@JsonProperty("additional_notices")
Expand Down

0 comments on commit a361edb

Please sign in to comment.