Skip to content

Commit

Permalink
closes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
technbuzz committed Aug 1, 2022
1 parent e7adad2 commit 9260d00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/kharchay/src/app/summary/summary.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export class SummaryPage extends Stepper implements AfterViewInit {
map(value => this.buildQuery(value)),
switchMap(value => collectionData(value))
).subscribe((event) => {
//
// FIXME: The below could be made reactive but we need to release
// feature first and iterate later
this.generateDataForChart(event)
})
}
Expand Down

0 comments on commit 9260d00

Please sign in to comment.