diff options
| author | rlaks5757 <rlaks5757@gmail.com> | 2025-03-28 14:04:38 +0900 |
|---|---|---|
| committer | rlaks5757 <rlaks5757@gmail.com> | 2025-03-28 14:04:38 +0900 |
| commit | 54a8a851442e675afb13669509cd44ab33386987 (patch) | |
| tree | f02ba5ca9e3c4923c9a6316fc3b9c5515c52759c /lib/docuSign/docuSignFns.ts | |
| parent | 53e136b022c0b8d6afee7bbf743bdcec49dd4e95 (diff) | |
features merge / upload 문구 수정
Diffstat (limited to 'lib/docuSign/docuSignFns.ts')
| -rw-r--r-- | lib/docuSign/docuSignFns.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/docuSign/docuSignFns.ts b/lib/docuSign/docuSignFns.ts index 662ff23a..e42babaa 100644 --- a/lib/docuSign/docuSignFns.ts +++ b/lib/docuSign/docuSignFns.ts @@ -103,7 +103,7 @@ export async function requestContractSign( let accountInfo = await authenticate(); if (accountInfo) { const { accessToken, basePath, apiAccountId } = accountInfo; - console.log({ basePath }); + const { email: subEmail, name: subConName, |
