Skip to content

Commit

Permalink
keep anchorRequestStore public in Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
stbrody committed Sep 13, 2023
1 parent 15cead0 commit 91d24a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/state-management/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class Repository {
return this.#deps.anchorService
}

private get anchorRequestStore(): AnchorRequestStore {
get anchorRequestStore(): AnchorRequestStore {
return this.#deps.anchorRequestStore
}

Expand Down

0 comments on commit 91d24a4

Please sign in to comment.