Skip to content

Commit 0faab1d

Browse files
Removed duplicate hash key
1 parent 7b27a84 commit 0faab1d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/services/exports/export_partners_csv_service.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def base_table
4242
"Agency City" => ->(partner) { partner.profile.city },
4343
"Agency State" => ->(partner) { partner.profile.state },
4444
"Agency Zip Code" => ->(partner) { partner.profile.zip_code },
45-
"Program/Delivery Address" => ->(partner) { "#{partner.profile.program_address1}, #{partner.profile.program_address2}" },
4645
"Program/Delivery Address" => ->(partner) {
4746
(partner.profile.program_address1.blank? || partner.profile.program_address2.blank?) ?
4847
"" : "#{partner.profile.program_address1}, #{partner.profile.program_address2}"

0 commit comments

Comments
 (0)