mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 12:32:34 +10:00
Merge branch 'main' into feat/public-api
This commit is contained in:
@ -67,6 +67,7 @@ export const createDocumentFromTemplate = async ({
|
||||
create: template.Recipient.map((recipient) => ({
|
||||
email: recipient.email,
|
||||
name: recipient.name,
|
||||
role: recipient.role,
|
||||
token: nanoid(),
|
||||
})),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user