📝 todo

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

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 to db for later use
// todo save signature from body to db for later use
await prisma.recipient.update({
where: {