fix: remove unused imports to pass lint
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { eq, and, sql, gte, lt } from 'drizzle-orm'
|
||||
import { eq, and, gte, lt } from 'drizzle-orm'
|
||||
import type { PostgresJsDatabase } from 'drizzle-orm/postgres-js'
|
||||
import { transactions, drawerSessions, drawerAdjustments, registers } from '../db/schema/pos.js'
|
||||
import { locations } from '../db/schema/stores.js'
|
||||
|
||||
Reference in New Issue
Block a user