Skip to content

Commit

Permalink
Merge pull request #61 from ministryofjustice/fix/remove-rosh-summary…
Browse files Browse the repository at this point in the history
…-questions

Remove RoSH summary questions
  • Loading branch information
libuk authored Jan 22, 2025
2 parents eb95929 + fe834fd commit 5c2f7e5
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 @@ -689,15 +689,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 5c2f7e5

Please sign in to comment.