mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
send fix
This commit is contained in:
@ -37,7 +37,7 @@ async function postHandler(req: NextApiRequest, res: NextApiResponse) {
|
|||||||
if (!recipients.length) return res.status(200).end("");
|
if (!recipients.length) return res.status(200).end("");
|
||||||
|
|
||||||
(await recipients).forEach(async (recipient) => {
|
(await recipients).forEach(async (recipient) => {
|
||||||
await sendSigningRequest(recipient, document)
|
await sendSigningRequest(recipient, document, user)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
return res.status(200).end();
|
return res.status(200).end();
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user