mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
📝 todo
This commit is contained in:
@ -34,7 +34,7 @@ async function postHandler(req: NextApiRequest, res: NextApiResponse) {
|
|||||||
|
|
||||||
if (!document) res.status(404).end(`No document found.`);
|
if (!document) res.status(404).end(`No document found.`);
|
||||||
|
|
||||||
// todo save signature to db for later use
|
// todo save signature from body to db for later use
|
||||||
|
|
||||||
await prisma.recipient.update({
|
await prisma.recipient.update({
|
||||||
where: {
|
where: {
|
||||||
|
|||||||
Reference in New Issue
Block a user