We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e313440 commit 56cced8Copy full SHA for 56cced8
apps/interaction-worker/src/db/client.ts
@@ -7,9 +7,6 @@ import type { WorkerEnv } from "../context";
7
* @returns Drizzle database instance with all schemas
8
*/
9
export function createDatabaseClient(env: WorkerEnv) {
10
- const isTest = env.NODE_ENV === "test";
11
- console.log(env);
12
- // Use Hyperdrive connection string for optimized PostgreSQL access
13
return getDb(env.HYPERDRIVE.connectionString);
14
}
15
0 commit comments