Skip to content

Commit

Permalink
general save
Browse files Browse the repository at this point in the history
  • Loading branch information
SamStuckey committed Apr 24, 2024
1 parent 70f7c2f commit 6331676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/sidekiq/central_mail/submit_form4142_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
require 'evss/disability_compensation_form/form4142_processor'
require 'logging/third_party_transaction'

# TODO: Update Namespace once we are 100% done with CentralMail here
module CentralMail
class SubmitForm4142Job < EVSS::DisabilityCompensationForm::Job
extend Logging::ThirdPartyTransaction::MethodWrapper
Expand All @@ -16,6 +17,7 @@ class SubmitForm4142Job < EVSS::DisabilityCompensationForm::Job

wrap_with_logging(
:upload_to_central_mail,
:upload_to_lighthouse,
additional_instance_logs: {
submission_id: [:submission_id]
}
Expand Down Expand Up @@ -128,7 +130,6 @@ def upload_to_lighthouse
metadata: generate_metadata.to_json,
attachments: [] # wipn8923 is this better than nil?
}
create_form_submission_attempt

@lighthouse_service.upload_doc(**paylod)
end
Expand Down

0 comments on commit 6331676

Please sign in to comment.