fix: email dictated direct template signer (#2810)

This commit is contained in:
ザヘド
2026-05-27 05:30:31 +03:00
committed by GitHub
parent 3cef238f46
commit 807d094cf2
3 changed files with 132 additions and 14 deletions
@@ -669,8 +669,6 @@ export const createDocumentFromDirectTemplate = async ({
await tx.recipient.update({
where: { id: nextRecipient.id },
data: {
sendStatus: SendStatus.SENT,
sentAt: new Date(),
...(nextSigner && documentMeta?.allowDictateNextSigner
? {
name: nextSigner.name,