We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a8bb2 commit 395e010Copy full SHA for 395e010
lib/db/queries.ts
@@ -22,7 +22,7 @@ import {
22
// https://authjs.dev/reference/adapter/drizzle
23
24
// biome-ignore lint: Forbidden non-null assertion.
25
-const client = postgres(`${process.env.POSTGRES_URL!}?sslmode=require`);
+const client = postgres(`${process.env.POSTGRES_URL!}`);
26
const db = drizzle(client);
27
28
export async function getUser(email: string): Promise<Array<User>> {
0 commit comments