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