fix: remove attachment signing for document export (#7081)

This commit is contained in:
Hemachandar
2024-06-19 07:04:05 +05:30
committed by GitHub
parent aad709eca4
commit c04bedef4c

View File

@@ -552,7 +552,6 @@ router.post(
if (accept?.includes("text/html")) { if (accept?.includes("text/html")) {
contentType = "text/html"; contentType = "text/html";
content = await DocumentHelper.toHTML(document, { content = await DocumentHelper.toHTML(document, {
signedUrls: true,
centered: true, centered: true,
includeMermaid: true, includeMermaid: true,
}); });