refactor: clean code

This commit is contained in:
2024-08-23 23:21:12 +03:00
parent e0a2ba257c
commit 3cea5f7982
6 changed files with 8 additions and 18 deletions

View File

@ -29,7 +29,7 @@ export class WelcomeComponent {
Validators.minLength(16)
]);
protected apiToGetToken : string = environment.apiUrl;
protected apiToGetToken: string = environment.apiUrl;
constructor(private navigationService: NavigationService, private api: SetupService) {
this.apiToGetToken += AvailableVersion[this.api.version];