Skip to content

Commit

Permalink
fix(AppClient): dispose of this.#setSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
eikeland committed Nov 14, 2024
1 parent 4be570e commit 0cfc99e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/modules/app/src/AppClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export class AppClient implements IAppClient {
this.#manifests.complete();
this.#config.complete();
this.#settings.complete();
this.#setSettings.complete();
}
}

Expand Down

0 comments on commit 0cfc99e

Please sign in to comment.