Ensure that we pull verified state only after getting profiles

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-15 18:23:29 -07:00
parent 4a1dc46ab3
commit fc39241003
2 changed files with 12 additions and 11 deletions

View file

@ -559,7 +559,7 @@
} else {
ids = this.get('members');
}
ids.forEach(this.getProfile);
return Promise.all(_.map(ids, this.getProfile));
},
getProfile: function(id) {