summaryrefslogtreecommitdiff
path: root/pages/api/po/webhook.ts
diff options
context:
space:
mode:
Diffstat (limited to 'pages/api/po/webhook.ts')
-rw-r--r--pages/api/po/webhook.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/pages/api/po/webhook.ts b/pages/api/po/webhook.ts
index 4a9b6a29..39a6931e 100644
--- a/pages/api/po/webhook.ts
+++ b/pages/api/po/webhook.ts
@@ -45,9 +45,7 @@ export default async function handler(
//recipientId === "1" 첫번째 서명자 서명 완료
//recipientId === "2" 두번쨰 서명자 서명 완료
const { envelopeId, recipientId } = data;
-
- console.log(req.body);
-
+
const contractList = [
{
dbName: "contract_envelopes",