mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
build fix
This commit is contained in:
@ -35,7 +35,7 @@ async function postHandler(req: NextApiRequest, res: NextApiResponse) {
|
|||||||
data: {
|
data: {
|
||||||
documentId: +documentId,
|
documentId: +documentId,
|
||||||
email: body.email,
|
email: body.email,
|
||||||
token: short.generate(),
|
token: short.generate().toString(),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user