diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-03-28 06:12:09 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-03-28 06:12:09 +0000 |
| commit | f2c29e0023200b58d5e5c7a4c677a3c473c9bb8e (patch) | |
| tree | f6fcfb6e5dcddceab7529d7ca5fb0a4b44bd8798 /lib/po | |
| parent | f3e640b666c57f133c229d2742fb214c586d21e4 (diff) | |
| parent | dbfc752cbbae6bded6040f4727ec7564d2a3b759 (diff) | |
기만프로 작업내역 머지
Diffstat (limited to 'lib/po')
| -rw-r--r-- | lib/po/service.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/po/service.ts b/lib/po/service.ts index a6c53d9c..f62b57fa 100644 --- a/lib/po/service.ts +++ b/lib/po/service.ts @@ -328,7 +328,6 @@ Remarks:${contract.remarks}`, const { success: sendDocuSignResult, envelopeId } = sendDocuSign; - await tx .update(contracts) .set({ @@ -348,7 +347,8 @@ Remarks:${contract.remarks}`, const fileName = `${contractNo}-signature.pdf`; const ext = path.extname(fileName); const uniqueName = uuidv4() + ext; - // Create a single envelope for all signers + + // Create a single envelope for all signers const [newEnvelope] = await tx .insert(contractEnvelopes) .values({ |
