Skip to content

Commit

Permalink
chore: code tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Sep 18, 2024
1 parent 6eea0a6 commit 0aa1d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/services/app-config/app-config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export class AppConfigService extends SyncServiceBase {

const mergedConfig = deepMergeObjects(getDefaultAppConfig(), overrides);
this.handleConfigSideEffects(overrides, mergedConfig);
this.appConfig$.next(mergedConfig);
this.appConfig.set(mergedConfig);
this.appConfig$.next(mergedConfig);
}

private handleConfigSideEffects(overrides: IAppConfigOverride = {}, config: IAppConfig) {
Expand Down

0 comments on commit 0aa1d5e

Please sign in to comment.