Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/import-company-address-for-licen…
Browse files Browse the repository at this point in the history
…ce' into import-company-address-for-licence
  • Loading branch information
jonathangoulding committed Oct 4, 2024
2 parents d451524 + 261f89a commit e401b91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
'use strict'

/**
* Transforms NALD data into a valid object that matches the WRLS structure for a company address
* Transforms NALD data into a valid object that matches the WRLS structure for a company address
* @module ImportLegacyTransformCompanyAddressesService
*/

const CompanyAddressPresenter = require('../../../presenters/import/legacy/company-address.presenter.js')
const FetchCompanyAddressesService = require('./fetch-company-address.service.js')

/**
* Transforms NALD data into a valid object that matches the WRLS structure for a company address
* Transforms NALD data into a valid object that matches the WRLS structure for a company address
*
* @param {string} regionCode - The NALD region code
* @param {string} licenceId - The NALD licence ID
Expand Down

0 comments on commit e401b91

Please sign in to comment.