Skip to content

Commit

Permalink
Change DidResolver cache to protected
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Feb 17, 2024
1 parent 1d595e1 commit c306634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dids/src/resolver/did-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class DidResolver {
/**
* A cache for storing resolved DID documents.
*/
private cache: DidResolverCache;
protected cache: DidResolverCache;

/**
* A map to store method resolvers against method names.
Expand Down

0 comments on commit c306634

Please sign in to comment.