[chore] fix sonarcloud bug

This commit is contained in:
MathieuG-P
2023-09-11 21:53:58 +02:00
parent 6bdf47678e
commit 2e376b03fc
+1 -1
View File
@@ -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() {