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