getUserByName('andrew').then(function (user) { | |
return getUserAccountById(user.id); | |
}).then(function (userAccount) { | |
// userAccount data here | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment