Skip to content

Commit

Permalink
forgor to update the user manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexedia committed Jan 5, 2025
1 parent 64c8072 commit eb55d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/http/managers/user_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class UserManager extends ReadOnlyManager<User> {
isIdentityEnabled: raw['identity_enabled'] as bool,
tag: raw['tag'] as String,
badgeHash: raw['badge'] as String,
client: client,
manager: this,
);
}

Expand Down

0 comments on commit eb55d89

Please sign in to comment.