Skip to content

Commit

Permalink
Re-adding spaces to possible business name endings
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-walsh22 committed Sep 8, 2023
1 parent 13d77eb commit d0fe1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/importers/alc/utils/csv-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exports.getOutcomeDescription = function(csvRow) {
*/
exports.getEntityType = function(csvRow) {

let options = ["Ltd.", "Ltd", "Inc.", "Inc", "Corp.", "Corp"];
let options = [" Ltd.", " Ltd", " Inc.", " Inc", " Corp.", " Corp"];


function endsWithBusinessType(value, endings){
Expand Down

0 comments on commit d0fe1fd

Please sign in to comment.