Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
kitravee committed Aug 27, 2024
1 parent 465138c commit bd56f36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/web/src/features/auth/lib/adapter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// @ts-nocheck
// TODO: Fix type of db related to NeonHttpDatabase and SqlFlavorOptions

import { DrizzleAdapter } from "@auth/drizzle-adapter";
// import { SqlFlavorOptions } from "@auth/drizzle-adapter/lib/utils";
import { db, users, accounts, sessions, verificationTokens } from "@repo/db";
import { Adapter } from "next-auth/adapters";

Expand Down

0 comments on commit bd56f36

Please sign in to comment.