From c40742baf01ba6937117390fbb78515696c83ceb Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Wed, 26 Jul 2023 09:26:11 +0100 Subject: [PATCH] Replace accidentally removed import definition line in full_import.rake --- lib/tasks/full_import.rake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tasks/full_import.rake b/lib/tasks/full_import.rake index d7ed8f4ca..9d2ec11d3 100644 --- a/lib/tasks/full_import.rake +++ b/lib/tasks/full_import.rake @@ -1,3 +1,5 @@ +Import = Struct.new("Import", :import_class, :import_method, :folder) + namespace :import do desc "Run a full import for the institutions listed in the named file on s3" task :full, %i[institutions_csv_name] => :environment do |_task, args|