diff options
Diffstat (limited to 'lib/docuSign/docuSignFns.ts')
| -rw-r--r-- | lib/docuSign/docuSignFns.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/docuSign/docuSignFns.ts b/lib/docuSign/docuSignFns.ts index 87977a0b..75263b19 100644 --- a/lib/docuSign/docuSignFns.ts +++ b/lib/docuSign/docuSignFns.ts @@ -364,9 +364,9 @@ export async function getRecipients( }; } - const { autoRespondedReason, status } = signer; + const { autoRespondedReason } = signer; - if (autoRespondedReason || status === "status") { + if (autoRespondedReason) { return { result: false, message: autoRespondedReason, |
