chore(db): remove unnecessary newline in database index file

This commit is contained in:
Mauricio Siu
2025-08-24 23:45:34 -06:00
parent aa434cbdea
commit 51c81968e9

View File

@@ -5,7 +5,6 @@ import * as schema from "./schema";
declare global {
var db: PostgresJsDatabase<typeof schema> | undefined;
}
const dbUrl =
process.env.DATABASE_URL ||
"postgres://dokploy:amukds4wi9001583845717ad2@dokploy-postgres:5432/dokploy";