Skip to content

Commit

Permalink
fix: update phone number hive field key
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephraim Nartey committed Nov 29, 2024
1 parent e4efc33 commit 9dfb3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data/local/entity/chatwoot_user.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ChatwootUser extends Equatable {

///phone number of user
@JsonKey(name: "phone_number")
@HiveField(4)
@HiveField(6)
final String? phoneNumber;

///any other custom attributes to be linked to the user
Expand Down

0 comments on commit 9dfb3fe

Please sign in to comment.