Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoldatwork committed Nov 4, 2024
1 parent 1946c0c commit 4ea03b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/cx_collection_detail_upload.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def process_csv
string = response.body.read

# Parse it
csv = CSV.parse(string, headers: true, encoding: "UTF-8")
csv = CSV.parse(string, headers: true)

csv.each do |row|
# Create the database record
Expand Down

0 comments on commit 4ea03b3

Please sign in to comment.