diff --git a/lib/auth/utils.ts b/lib/auth/utils.ts index a875f92..dadb8ba 100644 --- a/lib/auth/utils.ts +++ b/lib/auth/utils.ts @@ -1,6 +1,6 @@ import { db } from "@/lib/db/index"; import { DrizzleAdapter } from "@auth/drizzle-adapter"; -import { DefaultSession, getServerSession, NextAuthOptions } from "next-auth"; +import { getServerSession, NextAuthOptions } from "next-auth"; import { Adapter } from "next-auth/adapters"; import { redirect } from "next/navigation"; import { z } from "zod";