The Drizzle transaction generic type was causing a type mismatch error. Since withFamilyContext and getScopedDb were not used anywhere, simplify the file to just re-export sql and dbUnscoped. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
3 lines
No EOL
71 B
TypeScript
3 lines
No EOL
71 B
TypeScript
import { sql, dbUnscoped } from "./index";
|
|
|
|
export { sql, dbUnscoped }; |