diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-28 00:32:31 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-28 00:32:31 +0000 |
| commit | 20800b214145ee6056f94ca18fa1054f145eb977 (patch) | |
| tree | b5c8b27febe5b126e6d9ece115ea05eace33a020 /lib/rfqs | |
| parent | e1344a5da1aeef8fbf0f33e1dfd553078c064ccc (diff) | |
(대표님) lib 파트 커밋
Diffstat (limited to 'lib/rfqs')
| -rw-r--r-- | lib/rfqs/validations.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfqs/validations.ts b/lib/rfqs/validations.ts index 59e9e362..7f39d0a6 100644 --- a/lib/rfqs/validations.ts +++ b/lib/rfqs/validations.ts @@ -13,7 +13,7 @@ import { Vendor, vendors } from "@/db/schema/vendors"; export const RfqType = { PURCHASE_BUDGETARY: "PURCHASE_BUDGETARY", PURCHASE: "PURCHASE", - BUDGETARY: "c" + BUDGETARY: "BUDGETARY" } as const; export type RfqType = typeof RfqType[keyof typeof RfqType]; |
