Skip to content

Commit

Permalink
Revert "[5.4] [5.4] MSPB-370: Remove blank space from address in the …
Browse files Browse the repository at this point in the history
…E911 Form"
  • Loading branch information
pcandia committed Jul 8, 2024
1 parent d99f907 commit a84e8db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/apps/common/submodules/e911/e911.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,6 @@ define(function(require) {
},

e911Format: function(data) {
if (_.isUndefined(data)) {
return;
}

data.full_street_address = _.get(data, 'legacy_data.house_number') + ' ' + _.get(data, 'street_address');
return _.merge({}, data, {
notification_contact_emails: _
.chain(data)
Expand Down

0 comments on commit a84e8db

Please sign in to comment.