Skip to content

Commit

Permalink
PI-1939 - correct audit message
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Mar 25, 2024
1 parent 1bad570 commit d3ac028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/sentence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function sentenceRoutes(router: Router, { hmppsAuthClient }: Serv
const masClient = new MasApiClient(token)

await auditService.sendAuditMessage({
action: 'VIEW_MAS_PERSONAL_DETAILS',
action: 'VIEW_MAS_SENTENCE',
who: res.locals.user.username,
subjectId: crn,
subjectType: 'CRN',
Expand Down

0 comments on commit d3ac028

Please sign in to comment.