Skip to content

Commit

Permalink
added in initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Nov 7, 2024
1 parent e696d37 commit 165e57f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/holochain-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export class HolochainApp extends ScopedElementsMixin(LitElement) {
const appAgentClient = await AppWebsocket.connect(params)

this._howStore = new HowStore(undefined, appAgentClient, "how")
await this._howStore.initialize()

//@ts-ignore
this._profilesStore = new ProfilesStore(new ProfilesClient(appAgentClient, 'how'), config);
Expand Down

0 comments on commit 165e57f

Please sign in to comment.