Browse Source

Rubocop

pull/619/head
baarkerlounger 3 years ago
parent
commit
1fd74d10f0
  1. 2
      app/services/imports/organisation_import_service.rb

2
app/services/imports/organisation_import_service.rb

@ -8,7 +8,7 @@ module Imports
PROVIDER_TYPE = { PROVIDER_TYPE = {
"HOUSING-ASSOCIATION" => Organisation.provider_types[:PRP], "HOUSING-ASSOCIATION" => Organisation.provider_types[:PRP],
"LOCAL-AUTHORITY" => Organisation.provider_types[:LA] "LOCAL-AUTHORITY" => Organisation.provider_types[:LA],
}.freeze }.freeze
def create_organisation(xml_document) def create_organisation(xml_document)

Loading…
Cancel
Save