Skip to content

Commit

Permalink
fix: ParseBenchmark json property typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0o001 committed Aug 19, 2023
1 parent 7b8ce2b commit b54147d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ static class User {
@JsonProperty boolean geo_enabled;
@JsonProperty boolean verified;
@JsonProperty String profile_background_image_url;
@JsonProperty boolean defalut_profile_image;
@JsonProperty boolean default_profile_image;
@JsonProperty int friends_count;
@JsonProperty int statuses_count;
@JsonProperty String screen_name;
Expand Down

0 comments on commit b54147d

Please sign in to comment.