Skip to content

Commit

Permalink
PI-1991: Handle 500s from Arns and give error message
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 committed Mar 25, 2024
1 parent 946bea2 commit 9ee3853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/routes/case.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default function caseRoutes(router: Router, { hmppsAuthClient }: Services
})

const [overview, risks] = await Promise.all([masClient.getOverview(crn), arnsClient.getRisks(crn)])

res.render('pages/overview', {
overview,
risks,
Expand Down

0 comments on commit 9ee3853

Please sign in to comment.