Skip to content

Commit

Permalink
[ACS-8961] fix sonarcloud issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-web-ua committed Dec 17, 2024
1 parent 7d2c3f2 commit 1862ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/aca-shared/src/lib/services/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ export class AppService implements ShellAppService {
searchQueryBuilderService: SearchQueryBuilderService,
private acaMobileAppSwitcherService: AcaMobileAppSwitcherService,
private appSettingsService: AppSettingsService,
private userProfileService: UserProfileService,
private storage: StorageService
private readonly userProfileService: UserProfileService,
private readonly storage: StorageService
) {
this.ready = new BehaviorSubject(this.authenticationService.isLoggedIn() || this.withCredentials);
this.ready$ = this.ready.asObservable();
Expand Down

0 comments on commit 1862ac1

Please sign in to comment.