mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
fix: add missing await on mail send
This commit is contained in:
@ -59,7 +59,7 @@ export const sendDocument = async ({ documentId, userId }: SendDocumentOptions)
|
|||||||
signDocumentLink,
|
signDocumentLink,
|
||||||
});
|
});
|
||||||
|
|
||||||
mailer.sendMail({
|
await mailer.sendMail({
|
||||||
to: {
|
to: {
|
||||||
address: email,
|
address: email,
|
||||||
name,
|
name,
|
||||||
|
|||||||
Reference in New Issue
Block a user