Skip to content

Commit

Permalink
Remove RoSH summary questions
Browse files Browse the repository at this point in the history
These questions should have been removed previously. Their presence was causing the check your answers page to error.
  • Loading branch information
Patrick Fleming committed Jan 21, 2025
1 parent 76a1751 commit 6f03885
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions server/form-pages/utils/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -683,15 +683,6 @@ export const getQuestions = (name: string) => {
},
},
'risk-of-serious-harm': {
summary: {
status: 'retrieved',
overallRisk: { question: 'Overall risk' },
riskToChildren: { question: 'Risk to children' },
riskToPublic: { question: 'Risk to the public' },
riskToKnownAdult: { question: 'Risk to a known adult' },
riskToStaff: { question: 'Risk to staff' },
additionalComments: { question: 'Additional comments (optional)' },
},
'risk-to-others': {
whoIsAtRisk: {
question: 'Who is at risk?',
Expand Down

0 comments on commit 6f03885

Please sign in to comment.