diff --git a/apps/portal-bff/src/config/check-database-url.ts b/apps/portal-bff/src/config/check-database-url.ts index 65a48f9..a359f6d 100644 --- a/apps/portal-bff/src/config/check-database-url.ts +++ b/apps/portal-bff/src/config/check-database-url.ts @@ -34,9 +34,7 @@ export function assertDatabaseUrl(): void { } if (parsed.protocol !== 'postgresql:' && parsed.protocol !== 'postgres:') { - throw new Error( - `DATABASE_URL must use the "postgresql://" scheme; got "${parsed.protocol}".`, - ); + throw new Error(`DATABASE_URL must use the "postgresql://" scheme; got "${parsed.protocol}".`); } // Heuristic — multiple "@" before the path almost always means the