diff --git a/modules/claims_api/app/controllers/claims_api/v2/veterans/power_of_attorney/base_controller.rb b/modules/claims_api/app/controllers/claims_api/v2/veterans/power_of_attorney/base_controller.rb index 39d73bc324b..6450d718bb7 100644 --- a/modules/claims_api/app/controllers/claims_api/v2/veterans/power_of_attorney/base_controller.rb +++ b/modules/claims_api/app/controllers/claims_api/v2/veterans/power_of_attorney/base_controller.rb @@ -136,11 +136,6 @@ def representative(poa_code) format_representative(individuals.first) end - def organization - poa = form_attributes.dig('serviceOrganization', 'poaCode') - @organization ||= ::Veteran::Service::Organization.find_by(poa:) - end - def format_representative(representative) { name: "#{representative.first_name} #{representative.last_name}",