diff --git a/src/services/profiles.ts b/src/services/profiles.ts index ae6b462..5b1f2ce 100644 --- a/src/services/profiles.ts +++ b/src/services/profiles.ts @@ -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) => {