linting
This commit is contained in:
parent
597c6efc9b
commit
8b5e06954a
26 changed files with 532 additions and 186 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue