Skip to content

Commit

Permalink
Don’t collect casenumber
Browse files Browse the repository at this point in the history
  • Loading branch information
allthesignals committed Jul 2, 2024
1 parent 3c6b608 commit 59954dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app/services/cbv_invitation_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ def invite(email_address, case_number)
send_invitation_email(email_address, invitation.to_url)
NewRelicEventTracker.track("ApplicantInvitedToFlow", {
timestamp: Time.now.to_i,
case_number: case_number,
invitation_id: invitation.id
})
end
Expand Down

0 comments on commit 59954dd

Please sign in to comment.