Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Dec 15, 2024
1 parent 9734bfc commit 6e1694b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def index
def create
authorize! :external_form_upload, context: {organization: Current.organization}
import = Organizations::Importers::CsvImportService.new(params[:files]).call
render turbo_stream: turbo_stream.replace("results", partial: "organizations/staff/external_form_upload/upload_results", locals: { import: import })
render turbo_stream: turbo_stream.replace("results", partial: "organizations/staff/external_form_upload/upload_results", locals: {import: import})
end
end
end
Expand Down

0 comments on commit 6e1694b

Please sign in to comment.