Skip to content

Commit

Permalink
Fix tslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqimbasher committed Jul 12, 2023
1 parent 17c7e38 commit 35141aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class Window {
public loadingDatabases = false;
public databasesOnServer?: string[];
public prohibitedNames: string[] = [];
public connectionString: string = "";
public connectionString = "";
private nameField: HTMLInputElement;
private unprotectedPassword?: string;
private readonly logger: ILogger;
Expand Down

0 comments on commit 35141aa

Please sign in to comment.