Skip to content

Commit

Permalink
👮 remove unused @ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
w3cj committed Oct 10, 2024
1 parent cf35206 commit aa2c6da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ const options: NextAuthOptions = {
pages: {
signIn: "/",
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
adapter: DrizzleAdapter(db),
callbacks: {
session({ session, user }) {
Expand Down

0 comments on commit aa2c6da

Please sign in to comment.