Ensure that we pull verified state only after getting profiles
FREEBIE
This commit is contained in:
parent
4a1dc46ab3
commit
fc39241003
2 changed files with 12 additions and 11 deletions
|
@ -559,7 +559,7 @@
|
|||
} else {
|
||||
ids = this.get('members');
|
||||
}
|
||||
ids.forEach(this.getProfile);
|
||||
return Promise.all(_.map(ids, this.getProfile));
|
||||
},
|
||||
|
||||
getProfile: function(id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue