fix: include all template meta in findTemplates

This commit is contained in:
Mythie
2025-01-13 09:34:23 +11:00
parent 08a69c6168
commit 723e1b4ea2

View File

@ -121,12 +121,7 @@ export const findTemplates = async ({
}, },
Field: true, Field: true,
Recipient: true, Recipient: true,
templateMeta: { templateMeta: true,
select: {
signingOrder: true,
distributionMethod: true,
},
},
directLink: { directLink: {
select: { select: {
token: true, token: true,