From 20800b214145ee6056f94ca18fa1054f145eb977 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 28 May 2025 00:32:31 +0000 Subject: (대표님) lib 파트 커밋 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/rfqs/validations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rfqs') 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]; -- cgit v1.2.3