From 3a9d3b2a6da57f16a491a2e1ba966063ea66005f Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Sun, 19 Feb 2023 12:58:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20todo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/pages/api/documents/[id]/sign.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/api/documents/[id]/sign.ts b/apps/web/pages/api/documents/[id]/sign.ts index 10c110011..d4b528ca7 100644 --- a/apps/web/pages/api/documents/[id]/sign.ts +++ b/apps/web/pages/api/documents/[id]/sign.ts @@ -34,7 +34,7 @@ async function postHandler(req: NextApiRequest, res: NextApiResponse) { 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({ where: {