Skip to content

Commit

Permalink
fix: account.profile.fetch() resolves with profile properties
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jul 18, 2016
1 parent c81608a commit 309807c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function Account (options) {
update: require('./lib/update').bind(null, state),
profile: {
get: require('./lib/profile-get').bind(null, state),
fetch: require('./lib/profile-fetch').bind(null, state, 'account.profile'),
fetch: require('./lib/profile-fetch').bind(null, state),
update: require('./lib/profile-update').bind(null, state)
},
request: require('./lib/request').bind(null, state),
Expand Down

0 comments on commit 309807c

Please sign in to comment.