From 6f4110be95c83b18e223c8d662d68c675364c74e Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 26 Mar 2025 06:33:14 +0000 Subject: 2025.3.26.1533 --- lib/docuSign/docuSignFns.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/docuSign') 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, -- cgit v1.2.3