Skip to content

Commit

Permalink
Add an unused service provider issuer argument to the resolution proo…
Browse files Browse the repository at this point in the history
…fing job (#10722)

We are planning on passing the SP into the background job and using it for work in the job such as computing UUID prefixes and SP costs. First we need all of the workers to know about the new argument so we do not see `ArgumentError`s when the argument is passed to the job. This commit adds the argument

[skip changelog]
  • Loading branch information
jmhooper authored May 30, 2024
1 parent e820545 commit 8fb67cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/jobs/resolution_proofing_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def perform(
should_proof_state_id:,
ipp_enrollment_in_progress:,
user_id: nil,
service_provider_issuer: nil, # rubocop:disable Lint/UnusedMethodArgument
threatmetrix_session_id: nil,
request_ip: nil,
instant_verify_ab_test_discriminator: nil
Expand Down

0 comments on commit 8fb67cc

Please sign in to comment.