metrics performance and correctness

This commit is contained in:
Timur Ercan
2023-01-27 20:49:06 +01:00
parent adc34ac282
commit ae2a1c481a
2 changed files with 15 additions and 10 deletions

View File

@ -49,6 +49,7 @@ async function postHandler(req: NextApiRequest, res: NextApiResponse) {
await sendSigningRequestMail(recipient, document);
});
// todo way better error handling
return res.status(200).end();
}