Skip to content

Instantly share code, notes, and snippets.

@marcobiedermann
Created May 29, 2022 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcobiedermann/d85e93eb84146d0cdabb4ee49761e0c3 to your computer and use it in GitHub Desktop.
Save marcobiedermann/d85e93eb84146d0cdabb4ee49761e0c3 to your computer and use it in GitHub Desktop.
// 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