Skip to content

Commit

Permalink
Adds a save rigt after updating the status on the claim
Browse files Browse the repository at this point in the history
  • Loading branch information
stiehlrod committed Apr 26, 2024
1 parent 0b8d3cb commit 1e48672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/claims_api/app/sidekiq/claims_api/service_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def save_auto_claim!(auto_claim, status)

def set_evss_response(auto_claim, error)
auto_claim.status = ClaimsApi::AutoEstablishedClaim::ERRORED
auto_claim.save!

auto_claim.evss_response = []
error_messages = get_error_message(error)
Expand Down

0 comments on commit 1e48672

Please sign in to comment.