Skip to content

Commit fc16115

Browse files
committed
fix default session value
1 parent 145874d commit fc16115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/routes/applications/applicationTypeRoutes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function applicationTypeRoutes({ auditService }: { auditService:
3838

3939
req.session.applicationData = {
4040
type: selectedAppType,
41-
prisonerName: 'Prisoner Name',
41+
prisonerName: '',
4242
date: new Date(),
4343
}
4444

0 commit comments

Comments
 (0)