mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
metrics performance and correctness
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user