diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-28 02:13:30 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-28 02:13:30 +0000 |
| commit | ef4c533ebacc2cdc97e518f30e9a9350004fcdfb (patch) | |
| tree | 345251a3ed0f4429716fa5edaa31024d8f4cb560 /db/seeds/contract.ts | |
| parent | 9ceed79cf32c896f8a998399bf1b296506b2cd4a (diff) | |
~20250428 작업사항
Diffstat (limited to 'db/seeds/contract.ts')
| -rw-r--r-- | db/seeds/contract.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/seeds/contract.ts b/db/seeds/contract.ts index 1c266c72..cd2edca4 100644 --- a/db/seeds/contract.ts +++ b/db/seeds/contract.ts @@ -57,7 +57,7 @@ async function main() { const NUM_CONTRACTS = 30 for (let i = 0; i < NUM_CONTRACTS; i++) { - // 무작위 벤더, 프로젝트 선택 + // 무작위 협력업체, 프로젝트 선택 const randomVendor = faker.helpers.arrayElement(allVendors) const randomProject = faker.helpers.arrayElement(allProjects) |
