Browse Source

Fix lint

pull/2629/head
Manny Dinssa 2 years ago
parent
commit
1c3e9d1f8e
  1. 2
      app/models/forms/bulk_upload_sales/upload_your_file.rb

2
app/models/forms/bulk_upload_sales/upload_your_file.rb

@ -28,7 +28,7 @@ module Forms
end end
def next_path def next_path
bulk_upload_sales_log_path(id: "checking-file", form: { year:, organisation_id:}.compact) bulk_upload_sales_log_path(id: "checking-file", form: { year:, organisation_id: }.compact)
end end
def save! def save!

Loading…
Cancel
Save