formatted

This commit is contained in:
Francesco Mangiacrapa 2024-06-20 11:58:12 +02:00
parent c475532f21
commit 5bd0e00e79
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public class NotifyToSocial {
private String getPDFLinkRequest(ExportAsPDF exportAsPDF) {
try {
if(exportAsPDF!=null && exportAsPDF.getExport()) {
GeoportalExporterAPI geoportalExporterAPI = new GeoportalExporterAPI();
GeoportalExporterAPI geoportalExporterAPI = new GeoportalExporterAPI();
String thePDFShortLink = geoportalExporterAPI.exportProject("pdf", itemObserved.getUCD_Id(), itemObserved.getProjectId(), false, true);
nMPlaceholdersSUtil.getPlaceholderMapValues().putProjectAsPDFLink(thePDFShortLink);
return thePDFShortLink;