Fixed SonarQube issues.

This commit is contained in:
Aditya Toshniwal
2022-08-09 15:42:16 +05:30
committed by Akshay Joshi
parent f96653e9af
commit f5793e9a7a
7 changed files with 35 additions and 138 deletions

View File

@@ -24,11 +24,6 @@ export default class ImportExportServersModule {
return ImportExportServersModule.instance;
}
constructor(pgAdmin, pgBrowser) {
this.pgAdmin = pgAdmin;
this.pgBrowser = pgBrowser;
}
init() {
if (this.initialized)
return;