Merge branch 'main' into feat/improve-create-document-from-template

This commit is contained in:
Lucas Smith
2024-02-24 21:26:11 +11:00
committed by GitHub
100 changed files with 3620 additions and 866 deletions

View File

@ -64,6 +64,7 @@ export const createDocumentFromTemplate = async ({
create: template.Recipient.map((recipient) => ({
email: recipient.email,
name: recipient.name,
role: recipient.role,
token: nanoid(),
})),
},