Skip to content

Commit

Permalink
[chore] fix sonarcloud bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Zagrios committed Sep 11, 2023
1 parent 6bdf476 commit 2e376b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/services/configuration.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 2e376b0

Please sign in to comment.