Fix: Remove unused DefaultSession import
All checks were successful
Trigger Cloudarix Deploy / call-webhook (push) Successful in 1s
All checks were successful
Trigger Cloudarix Deploy / call-webhook (push) Successful in 1s
This commit is contained in:
parent
f40dcb2538
commit
9b34f87bcb
@ -1,6 +1,6 @@
|
|||||||
import { db } from "@/lib/db/index";
|
import { db } from "@/lib/db/index";
|
||||||
import { DrizzleAdapter } from "@auth/drizzle-adapter";
|
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 { Adapter } from "next-auth/adapters";
|
||||||
import { redirect } from "next/navigation";
|
import { redirect } from "next/navigation";
|
||||||
import { z } from "zod";
|
import { z } from "zod";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user