Skip to content

Commit

Permalink
fix: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Healy committed Mar 19, 2020
1 parent fb0b1e2 commit b28e17f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/daf-core/src/identity/identity-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ export class IdentityStore extends AbstractIdentityStore {
return true
}

/**
*
* @param did DID address
* @param serializedIdentity SerializedIdentity
*/
async set(did: string, serializedIdentity: SerializedIdentity) {
const identity = new Identity()
identity.did = serializedIdentity.did
Expand Down

0 comments on commit b28e17f

Please sign in to comment.