From 45f4c426c98d86a251644a4858740bec989edf83 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 20 May 2025 09:01:22 +0000 Subject: (최겸) 기술영업 아이템리스트 수정 및 개발 0520 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/items-tech/repository.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/items-tech/repository.ts') diff --git a/lib/items-tech/repository.ts b/lib/items-tech/repository.ts index 550e6b1d..43e88866 100644 --- a/lib/items-tech/repository.ts +++ b/lib/items-tech/repository.ts @@ -4,15 +4,9 @@ import { Item, items } from "@/db/schema/items"; import { eq, inArray, - not, asc, desc, - and, - ilike, - gte, - lte, count, - gt, } from "drizzle-orm"; import { PgTransaction } from "drizzle-orm/pg-core"; export type NewItem = typeof items.$inferInsert -- cgit v1.2.3