Skip to content

Commit

Permalink
Add default parameter for the accountRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
tamorim committed May 16, 2017
1 parent dc4f2e0 commit b3b9371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const interceptor = (client) => new Proxy({}, {
},
})

const accountRegistry = (account: string): Registry => {
const accountRegistry = (account: string = 'smartcheckout'): Registry => {
return Registry({...options, account, endpoint: endpoint('registry')})
}

Expand Down

0 comments on commit b3b9371

Please sign in to comment.