Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jessewashburn committed Jan 6, 2025
1 parent db7fd7d commit 5333db0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/health/health-event-dialog.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export class HealthEventDialogComponent implements OnInit, OnDestroy {
userDetail = this.userService.get();
healthDetail: any = {};


constructor(
@Inject(MAT_DIALOG_DATA) public data: any,
private router: Router,
Expand Down Expand Up @@ -103,7 +102,6 @@ export class HealthEventDialogComponent implements OnInit, OnDestroy {
});
}


processEventData() {
this.additionalInfo = this.events.reduce((info, { date, selfExamination, conditions, hasInfo, ...event }) => ({
...info,
Expand Down

0 comments on commit 5333db0

Please sign in to comment.