Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9362d110a5 | |||
| 709caf208a | |||
| 73f456ed00 |
@@ -55,7 +55,7 @@ export class ProfileService {
|
|||||||
data => {
|
data => {
|
||||||
this.profiles = {};
|
this.profiles = {};
|
||||||
this.profiles[type] = data;
|
this.profiles[type] = data;
|
||||||
this.profiles.reduce((map, profile, i) => {
|
this.profiles[type].reduce((map, profile, i) => {
|
||||||
map[profile._id] = i;
|
map[profile._id] = i;
|
||||||
return map;
|
return map;
|
||||||
}, this.idMap[type]);
|
}, this.idMap[type]);
|
||||||
|
|||||||
Reference in New Issue
Block a user