Skip to content

Commit

Permalink
PM-15070 removed unwanted type assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
voommen-livefront committed Jan 15, 2025
1 parent 3ab4ae3 commit 69f0960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class AllApplicationsComponent implements OnInit {
if (data) {
this.dataSource.data = data ?? [];
this.applicationSummary = this.reportService.generateApplicationsSummary(data ?? []);
this.organization = organization as Organization;
this.organization = organization;
}
});

Expand Down

0 comments on commit 69f0960

Please sign in to comment.