diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-22 02:57:00 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-22 02:57:00 +0000 |
| commit | ee57cc221ff2edafd3c0f12a181214c602ed257e (patch) | |
| tree | 148f552f503798f7a350d6eff936b889f16be49f /lib/tech-vendors/repository.ts | |
| parent | 14f61e24947fb92dd71ec0a7196a6e815f8e66da (diff) | |
(대표님, 최겸) 이메일 템플릿, 벤더데이터 변경사항 대응, 기술영업 변경요구사항 구현
Diffstat (limited to 'lib/tech-vendors/repository.ts')
| -rw-r--r-- | lib/tech-vendors/repository.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tech-vendors/repository.ts b/lib/tech-vendors/repository.ts index a273bf50..6f9aafbf 100644 --- a/lib/tech-vendors/repository.ts +++ b/lib/tech-vendors/repository.ts @@ -349,7 +349,6 @@ export async function getVendorWorkTypes( })
.from(techVendorPossibleItems)
.where(eq(techVendorPossibleItems.vendorId, vendorId));
- console.log("possibleItems", possibleItems);
if (!possibleItems.length) {
return [];
}
|
