- Removed unused code
This commit is contained in:
@@ -53,7 +53,6 @@ export class ProfileService {
|
|||||||
.map(res => res.json())
|
.map(res => res.json())
|
||||||
.subscribe(
|
.subscribe(
|
||||||
data => {
|
data => {
|
||||||
this.idMap =
|
|
||||||
this.profiles = this.profiles || {};
|
this.profiles = this.profiles || {};
|
||||||
this.profiles[type] = data;
|
this.profiles[type] = data;
|
||||||
this.profiles[type].reduce((map, profile, i) => {
|
this.profiles[type].reduce((map, profile, i) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user