Skip to content

Commit e2f723b

Browse files
committed
fix: added keyManagerListKeys binding
1 parent 7f54e06 commit e2f723b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/key-manager/src/agent/SphereonKeyManager.ts

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export class SphereonKeyManager extends VeramoKeyManager {
2121
this.availableKMSes = options.kms
2222
const methods = this.methods
2323
methods.keyManagerVerify = this.keyManagerVerify.bind(this)
24+
methods.keyManagerListKeys = this.keyManagerListKeys.bind(this)
2425
this.localMethods = <ISphereonKeyManager>(<unknown>methods)
2526
}
2627

0 commit comments

Comments
 (0)