Merge branch 'main' into feat/passkey

This commit is contained in:
David Nguyen
2024-03-15 14:18:57 +08:00
committed by GitHub
46 changed files with 1207 additions and 507 deletions

View File

@ -37,6 +37,12 @@ export const findTemplates = async ({
where: whereFilter,
include: {
templateDocumentData: true,
team: {
select: {
id: true,
url: true,
},
},
Field: true,
Recipient: true,
},