fix: ParseBenchmark json property typo (#2473)

This commit is contained in:
Mustafa Ateş Uzun 2023-08-19 19:54:08 +03:00 committed by GitHub
parent 7b8ce2b9f7
commit 1e7625b963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ public final class ParseBenchmark {
@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;