unify name
This commit is contained in:
parent
bdc5cded22
commit
56c8e00b8b
@ -126,7 +126,7 @@ class GroupModel {
|
||||
throw error;
|
||||
}
|
||||
groupName.value = data['name'] ?? '';
|
||||
groupId.value = data['id'] ?? '';
|
||||
groupId.value = data['guid'] ?? '';
|
||||
return groupId.value.isNotEmpty && groupName.isNotEmpty;
|
||||
} catch (e) {
|
||||
debugPrint('$e');
|
||||
|
Loading…
x
Reference in New Issue
Block a user