Skip to content

Commit

Permalink
Merge pull request #521 from alphagov/fix-onspd-imports
Browse files Browse the repository at this point in the history
Fix ONSPD imports
  • Loading branch information
KludgeKML authored Nov 26, 2024
2 parents 62a5a3d + ef5f265 commit 0882c24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/workers/ons_import_worker.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "csv"

class OnsImportWorker < OnsBaseWorker
def perform(s3_key_name)
temp_csv_file = Tempfile.new("ONSPD.csv")
Expand Down

0 comments on commit 0882c24

Please sign in to comment.