mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
feat: refactor og image generation (#639)
This commit is contained in:
@ -32,6 +32,11 @@ export const getRecipientOrSenderByShareLinkSlug = async ({
|
||||
Document: { some: { id: documentId } },
|
||||
email,
|
||||
},
|
||||
select: {
|
||||
email: true,
|
||||
name: true,
|
||||
signature: true,
|
||||
},
|
||||
});
|
||||
|
||||
if (sender) {
|
||||
|
||||
Reference in New Issue
Block a user