From 0f72b5efddb38e2f4a348b036ac1f3989d2afc96 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Sun, 19 Feb 2023 12:58:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D?= 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 d4b528ca7..73a66400a 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 from body to db for later use + // todo save signatures from body to db for later use await prisma.recipient.update({ where: {