Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Revert "Fix indicator charts"
Browse files Browse the repository at this point in the history
This reverts commit 56ef6f6.
  • Loading branch information
caseycesari committed Apr 4, 2018
1 parent 9d5e0a2 commit 4ed8185
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/angular/planit/src/app/shared/models/location.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export class Location {
type: string;
geometry: Point;
properties: LocationProperties;
id: string;
dataset: Array<string>;

constructor(object: Object) {
Object.assign(this, object);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export class Organization {
this.subscription_end_date = new Date(this.subscription_end_date);
}
if (this.location) {
this.location.id = this.location.properties.api_city_id;
this.location.properties['datasets'] = ['LOCA'],
this.location = new Location(this.location);
}
}
Expand Down

0 comments on commit 4ed8185

Please sign in to comment.