Skip to content

Commit

Permalink
feat: export Account so we can use it in w3ui (storacha#1116)
Browse files Browse the repository at this point in the history
currently we're unable to refer to the Account type, this fixes that
  • Loading branch information
Travis Vachon authored Nov 13, 2023
1 parent 50543f1 commit 9c7266e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/w3up-client/src/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const login = async ({ agent }, email) => {
}
}

class Account {
export class Account {
/**
* @typedef {object} AccountModel
* @property {API.DidMailto} id
Expand Down

0 comments on commit 9c7266e

Please sign in to comment.