Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/services/analytics_events.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1648,8 +1648,8 @@ def idv_doc_auth_submitted_pii_validation(

# User visits IdV verify step waiting on a resolution proofing job result
# @identity.idp.previous_event_name IdV: doc auth verify visited
def idv_doc_auth_verify_polling_wait_visited
track_event(:idv_doc_auth_verify_polling_wait_visited)
def idv_doc_auth_verify_polling_wait_visited(**extra)
track_event(:idv_doc_auth_verify_polling_wait_visited, **extra)
end

# rubocop:disable Layout/LineLength
Expand Down