diff --git a/src/orpc/handlers/todo.ts b/src/orpc/handlers/todo.ts index fc12752..8415bb8 100644 --- a/src/orpc/handlers/todo.ts +++ b/src/orpc/handlers/todo.ts @@ -7,7 +7,7 @@ import { } from 'drizzle-zod' import { z } from 'zod' import { todoTable } from '@/db/schema' -import { dbProvider } from '../middlewares' +import { dbProvider } from '@/orpc/middlewares' const selectSchema = createSelectSchema(todoTable)