Skip to content

Commit 31324c7

Browse files
authored
Fix: [AEA-0000] - Correct a silly mistake in notify batch request (#2143)
## Summary - Routine Change ### Details I missed a line of code adding a field that should have been taken out. The type checker was happy with it, and I missed it when checking. This removes it.
1 parent 847cbf0 commit 31324c7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/nhsNotifyLambda/src/utils/notify.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ export async function handleNotifyRequests(
9898
messageReference: item.messageReference,
9999
recipient: {nhsNumber: item.PSUDataItem.PatientNHSNumber},
100100
originator: {odsCode: item.PSUDataItem.PharmacyODSCode},
101-
personalisation: {},
102-
PSURequestId: item.PSUDataItem.RequestID
101+
personalisation: {}
103102
}]
104103
})
105104

0 commit comments

Comments
 (0)