Skip to content

Commit

Permalink
chore: migrate repo (#182)
Browse files Browse the repository at this point in the history
- added a function comment to trigger a release
  • Loading branch information
joaosa authored Apr 22, 2024
1 parent b40b3cd commit 24e4ac0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions account.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ export const loginWithClient = async (email, client) => {
}
}

/**
*
*/
export const list = async () => {
const client = await getClient()
const accounts = Object.values(Account.list(client))
Expand Down
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,9 @@ export async function listProofs(opts) {
}
}

/**
*
*/
export async function whoami() {
const client = await getClient()
console.log(client.did())
Expand Down

0 comments on commit 24e4ac0

Please sign in to comment.