refactor: improve logger for wrong pdf placeholders

This commit is contained in:
Catalin Pit
2026-06-19 13:26:54 +03:00
parent dac262edc9
commit 2396d0d5d0
4 changed files with 24 additions and 5 deletions
@@ -124,7 +124,9 @@ export const createEnvelopeRouteCaller = async ({
});
// Todo: Embeds - Might need to add this for client-side embeds in the future.
const { cleanedPdf, placeholders } = await extractPdfPlaceholders(normalized);
const { cleanedPdf, placeholders } = await extractPdfPlaceholders(normalized, {
fileName: file.name,
});
const { documentData } = await putPdfFileServerSide({
name: file.name,