diff options
Diffstat (limited to 'lib/items-tech/repository.ts')
| -rw-r--r-- | lib/items-tech/repository.ts | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
