diff options
| author | kiman Kim <94714426+rlaks5757@users.noreply.github.com> | 2025-03-28 14:06:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-28 14:06:00 +0900 |
| commit | 23409a310e00f066ba4258637886160df06ea6af (patch) | |
| tree | f02ba5ca9e3c4923c9a6316fc3b9c5515c52759c /lib/docuSign/docuSignFns.ts | |
| parent | 281a4060cff0396253192f4e852be6770ad97cbd (diff) | |
| parent | 54a8a851442e675afb13669509cd44ab33386987 (diff) | |
Merge pull request #5 from DTS-Development/features
Vendor Form Data Report 기능 개발
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, |
