Skip to content

Commit 8c3d165

Browse files
committed
Make currentAvatarImageUrl in LimitedUser
1 parent 51b86df commit 8c3d165

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

vrchat_dart/lib/src/model/api/limited_user.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class LimitedUser {
5959

6060
/// When profilePicOverride is not empty, use it instead.
6161
@JsonKey(name: r'currentAvatarImageUrl', required: true, includeIfNull: false)
62-
final String currentAvatarImageUrl;
62+
final String? currentAvatarImageUrl;
6363

6464
/// The developer type of the user.
6565
@JsonKey(name: r'developerType', required: true, includeIfNull: false)

vrchat_dart/lib/src/model/api/limited_user.g.dart

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)