Skip to content

Commit

Permalink
Update rating_issue.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond-hughes authored Sep 2, 2023
1 parent 95e3882 commit 73a85b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/rating_issue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def deserialize_end_products(serialized_hash)
return [] unless serialized_hash[:associated_end_products]

serialized_hash[:associated_end_products].map do |end_product_hash|
EndProduct.deserialize(end_product_hash).slice(:claim_id, :claim_type_code)
EndProduct.deserialize(end_product_hash)
end
end
end
Expand Down

0 comments on commit 73a85b2

Please sign in to comment.