This commit is contained in:
Boki 2025-06-11 10:38:05 -04:00
parent 9d38f9a7b6
commit eeae192872
26 changed files with 532 additions and 186 deletions

View file

@ -327,7 +327,9 @@ export class PostgreSQLClient {
}
private setupErrorHandlers(): void {
if (!this.pool) {return;}
if (!this.pool) {
return;
}
this.pool.on('error', error => {
this.logger.error('PostgreSQL pool error:', error);