unify name
This commit is contained in:
parent
bdc5cded22
commit
56c8e00b8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue