Skip to content

Commit

Permalink
fix(service-portal): Health fix nullable (#14928)
Browse files Browse the repository at this point in the history
* Fix health overview display

* Add nullable res guard

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
thordurhhh and kodiakhq[bot] authored May 24, 2024
1 parent 91ab0b7 commit 393bb7d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class OverviewResolver {

@Query(() => InsuranceConfirmation, {
name: 'rightsPortalInsuranceConfirmation',
nullable: true,
})
@Audit()
getInsuranceConfirmation(
Expand All @@ -39,6 +40,7 @@ export class OverviewResolver {

@Query(() => InsuranceOverview, {
name: 'rightsPortalInsuranceOverview',
nullable: true,
})
@Audit()
getInsuranceOverview(
Expand Down

0 comments on commit 393bb7d

Please sign in to comment.