Skip to content

Commit

Permalink
fix submit to send (#19476)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansmith authored Nov 15, 2024
1 parent eee377d commit f6e2b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sidekiq/benefits_intake_status_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def monitor_failure(form_id, saved_claim_id, bi_uuid)
if %w[28-1900].include?(form_id)
claim = SavedClaim::VeteranReadinessEmploymentClaim.find(saved_claim_id)
if claim
claim.submit_failure_email
claim.send_failure_email
VRE::Monitor.new.log_silent_failure_avoided(context, nil, call_location:)
else
VRE::Monitor.new.log_silent_failure(context, nil, call_location:)
Expand Down

0 comments on commit f6e2b92

Please sign in to comment.