send signing request

This commit is contained in:
Timur Ercan
2023-02-07 12:02:57 +01:00
parent b095733a9d
commit 554c641201
3 changed files with 16 additions and 2 deletions

View File

@ -19,6 +19,7 @@ export const getDocument = async (
},
include: {
Recipient: true,
User: { select: { name: true, email: true } },
},
});