Skip to content

Commit 7b6fd15

Browse files
committed
修复 JMContactNotifyEvent fromJson
1 parent 9556d7e commit 7b6fd15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/jmessage_flutter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2168,7 +2168,7 @@ class JMContactNotifyEvent {
21682168
JMContactNotifyEvent.fromJson(Map<dynamic, dynamic> json)
21692169
: type = getEnumFromString(JMContactNotifyType.values, json['type']),
21702170
reason = json['reason'],
2171-
fromUserName = json['fromUsername'],
2171+
fromUserName = json['fromUserName'],
21722172
fromUserAppKey = json['fromUserAppKey'];
21732173
}
21742174

0 commit comments

Comments
 (0)