Skip to content

Commit

Permalink
fix: added keyManagerListKeys binding
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed May 6, 2024
1 parent 7f54e06 commit e2f723b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/key-manager/src/agent/SphereonKeyManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class SphereonKeyManager extends VeramoKeyManager {
this.availableKMSes = options.kms
const methods = this.methods
methods.keyManagerVerify = this.keyManagerVerify.bind(this)
methods.keyManagerListKeys = this.keyManagerListKeys.bind(this)
this.localMethods = <ISphereonKeyManager>(<unknown>methods)
}

Expand Down

0 comments on commit e2f723b

Please sign in to comment.