fix: add missing properties for template/use

This commit is contained in:
Lucas Smith
2025-11-23 14:09:40 +11:00
parent 16ee6b7a6d
commit f071a16682
2 changed files with 35 additions and 1 deletions

View File

@ -457,8 +457,10 @@ export const templateRouter = router({
recipients,
distributeDocument,
customDocumentDataId,
prefillFields,
folderId,
prefillFields,
override,
attachments,
} = input;
ctx.logger.info({
@ -495,6 +497,8 @@ export const templateRouter = router({
requestMetadata: ctx.metadata,
folderId,
prefillFields,
override,
attachments,
});
if (distributeDocument) {