mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
fix: build
This commit is contained in:
@ -95,7 +95,7 @@ export const sendCompletedEmail = async ({ documentId, requestMetadata }: SendDo
|
|||||||
data: {
|
data: {
|
||||||
emailType: 'DOCUMENT_COMPLETED',
|
emailType: 'DOCUMENT_COMPLETED',
|
||||||
recipientEmail: owner.email,
|
recipientEmail: owner.email,
|
||||||
recipientName: owner.name,
|
recipientName: owner.name ?? '',
|
||||||
recipientId: owner.id,
|
recipientId: owner.id,
|
||||||
recipientRole: 'OWNER',
|
recipientRole: 'OWNER',
|
||||||
isResending: false,
|
isResending: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user