mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
create recipient
This commit is contained in:
@ -57,6 +57,7 @@ async function getHandler(req: NextApiRequest, res: NextApiResponse) {
|
||||
select: {
|
||||
id: true,
|
||||
title: true,
|
||||
Recipient: true,
|
||||
},
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user