This commit is contained in:
Timur Ercan
2023-02-19 12:58:46 +01:00
parent 3a9d3b2a6d
commit 0f72b5efdd

View File

@ -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: {