feat: updated the triggerWebhook function

This commit is contained in:
Catalin Pit
2024-02-26 12:52:30 +02:00
parent 5805d8a903
commit 15c22d3897
4 changed files with 8 additions and 15 deletions

View File

@@ -182,6 +182,9 @@ export const sendDocument = async ({
data: {
status: DocumentStatus.PENDING,
},
include: {
Recipient: true,
},
});
});