fix: remove attachment signing for document export (#7081)
This commit is contained in:
@@ -552,7 +552,6 @@ router.post(
|
||||
if (accept?.includes("text/html")) {
|
||||
contentType = "text/html";
|
||||
content = await DocumentHelper.toHTML(document, {
|
||||
signedUrls: true,
|
||||
centered: true,
|
||||
includeMermaid: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user