fixed more lint issues
This commit is contained in:
parent
48503ce8d1
commit
cc014de397
11 changed files with 42 additions and 11 deletions
|
|
@ -77,7 +77,7 @@ export class QuestDBClient {
|
|||
return;
|
||||
} catch (error) {
|
||||
lastError = error as Error;
|
||||
this.logger.warn(`QuestDB connection attempt ${attempt} failed:`, error);
|
||||
this.logger.warn(`QuestDB connection attempt ${attempt} failed:`, error as Error);
|
||||
|
||||
if (this.pgPool) {
|
||||
await this.pgPool.end();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue