mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[chore] fix sonarcloud bug
This commit is contained in:
@@ -19,7 +19,7 @@ export class ConfigurationService {
|
||||
this.locations = InstallationLocationService.getInstance();
|
||||
this.initStore();
|
||||
|
||||
this.locations.onInstallLocationUpdate(() => this.initStore());
|
||||
this.locations.onInstallLocationUpdate(() => { this.initStore() });
|
||||
}
|
||||
|
||||
private async initStore() {
|
||||
|
||||
Reference in New Issue
Block a user