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