build fix

This commit is contained in:
Timur Ercan
2023-01-27 20:22:11 +01:00
parent 0415c606fd
commit 388a784ff3

View File

@ -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(),
}, },
}); });