Skip to content

Commit

Permalink
[5.4] MSPB-377: Fix issue where saving the e911 throws an error (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcandia authored Dec 10, 2024
1 parent d558dd8 commit 3a30e21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions submodules/myOffice/myOffice.js
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,8 @@ define(function(require) {
}

if (setE911) {
var splitAddress = e911Data.street_address.split(/\s/g);

_.assign(numberData, {
e911: _.assign({}, e911Data, {
notification_contact_emails: _
Expand Down

0 comments on commit 3a30e21

Please sign in to comment.