Skip to content

Commit

Permalink
Update DfE Analytics search_performed event
Browse files Browse the repository at this point in the history
  • Loading branch information
ddippolito committed Oct 4, 2024
1 parent 8a17c43 commit 10b3c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/vacancies_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def trigger_dfe_analytics_event(event_type, event_data)
.with_request_details(request)
.with_response_details(response)
.with_user(current_jobseeker)
.with_data(data: event_data)
.with_data(event_data)

DfE::Analytics::SendEvents.do([event])
end
Expand Down

0 comments on commit 10b3c61

Please sign in to comment.