Skip to content

Commit

Permalink
chore: expect type error on next-auth adapter
Browse files Browse the repository at this point in the history
Signed-off-by: rajput-hemant <[email protected]>
  • Loading branch information
rajput-hemant committed Jan 5, 2024
1 parent 9cb91ed commit af6ad6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import { users } from "./db/schema";
import { env } from "./env.mjs";

export const authOptions: NextAuthOptions = {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
adapter: DrizzleAdapter(db),

session: {
Expand Down

0 comments on commit af6ad6b

Please sign in to comment.