Skip to content

Commit

Permalink
PI-2558 Add "rescheduleRequestedBy" field to Telemetry (#4280)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Oct 4, 2024
1 parent 5b0a6b0 commit 905cfe1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ class ReferralResource(
"crn" to crn,
"referralId" to mergeAppointment.referralId.toString(),
"appointmentId" to mergeAppointment.id.toString(),
"deliusId" to deliusId.toString()
"deliusId" to deliusId.toString(),
"rescheduleRequestedBy" to mergeAppointment.rescheduleRequestedBy.toString(),
)
)
mapOf("appointmentId" to deliusId)
Expand Down

0 comments on commit 905cfe1

Please sign in to comment.