Skip to content

Commit 9239954

Browse files
Vikhyath MondretiVikhyath Mondreti
authored andcommitted
fix lint
1 parent 7b50ecc commit 9239954

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/db/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { PostgresJsDatabase, drizzle } from 'drizzle-orm/postgres-js'
1+
import { drizzle, type PostgresJsDatabase } from 'drizzle-orm/postgres-js'
22
import postgres from 'postgres'
33
import { env } from '@/lib/env'
44
import * as schema from './schema'
@@ -13,7 +13,7 @@ const drizzleClient = drizzle(
1313
idle_timeout: 30, // Keep connections alive for 30 seconds when idle
1414
connect_timeout: 30, // Timeout after 30 seconds when connecting
1515
}),
16-
{ schema },
16+
{ schema }
1717
)
1818

1919
declare global {

0 commit comments

Comments
 (0)