Created
May 29, 2022 09:05
-
-
Save marcobiedermann/d85e93eb84146d0cdabb4ee49761e0c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// your existing code … | |
console.log(legalFollowUpSalesLiableProcessViewDtoList); | |
console.log(userName); | |
console.log(userId); | |
console.log(userCity); | |
// please add these lines and try if this shows something | |
legalFollowUpSalesLiableProcessViewDtoList.legalFollowUpProcessViewDto.push({ | |
authorityOfficeName: 'volkantest', | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment