Skip to content

Commit

Permalink
[5.3] MSTR-283: Fix issue where E911 section is not getting displayed (
Browse files Browse the repository at this point in the history
…#530)

* MSTR-283: Fix issue where E911 section is not getting displayed

* remove console.log
  • Loading branch information
pcandia committed Apr 5, 2024
1 parent dedc6a4 commit 2d4db8a
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 @@ -1146,6 +1146,8 @@ define(function(require) {
phoneNumber: number
},
success: function(data, status) {
data.data['metadata'] = _.get(data, 'metadata', {});

success && success(data.data);
},
error: function(data, status) {
Expand Down

0 comments on commit 2d4db8a

Please sign in to comment.