Skip to content

Commit

Permalink
Merge pull request #15 from pagopa/fix-forced-subject-mkdown-3
Browse files Browse the repository at this point in the history
fix3: markdown
  • Loading branch information
pasqualespica authored Jul 18, 2023
2 parents e6d54c9 + 58157a0 commit f183441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static NewMessage buildNewMessage(String fiscalCode, Receipt receipt) {
thirdPartyData.setId(pdfId);
thirdPartyData.setHasAttachments(true);
//TODO set summary ( NOT mandatory )
thirdPartyData.setSummary("");
// thirdPartyData.setSummary(null);

content.setThirdPartyData(thirdPartyData);

Expand Down

0 comments on commit f183441

Please sign in to comment.