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 committed Dec 10, 2024
1 parent 79532af commit eece75c
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 @@ -1024,6 +1024,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 eece75c

Please sign in to comment.