Skip to content

Commit

Permalink
Remove commas from headers in contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Oct 3, 2019
1 parent 33405b2 commit 042dbb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/controllers/export_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def contacts
format.csv do
headers = %W(
fabricaAccountId
email,
firstName,
lastName,
email
firstName
lastName
type
)

Expand Down

0 comments on commit 042dbb2

Please sign in to comment.