mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 20:47:02 +03:00
Fix warnings
This commit is contained in:
@@ -27,10 +27,10 @@ export interface DatabaseConfig {
|
||||
|
||||
export class Postgres implements IDatabase {
|
||||
private pool: Pool;
|
||||
private lastPoolFail: number = 0;
|
||||
private lastPoolFail = 0;
|
||||
|
||||
private poolRead: Pool;
|
||||
private lastPoolReadFail: number = 0;
|
||||
private lastPoolReadFail = 0;
|
||||
|
||||
constructor(private config: DatabaseConfig) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user