diff options
Diffstat (limited to 'lib/rfq-last/service.ts')
| -rw-r--r-- | lib/rfq-last/service.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rfq-last/service.ts b/lib/rfq-last/service.ts index 78d2479a..f536a142 100644 --- a/lib/rfq-last/service.ts +++ b/lib/rfq-last/service.ts @@ -3292,6 +3292,7 @@ async function processSingleVendor({ currentUser, designAttachments }); + console.log("tbeSession 생성 완료", tbeSession); // 이메일 발송 처리 (사용자가 선택한 경우에만) let emailSent = null; if (hasToSendEmail) { |
