mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 01:42:20 +00:00
client: fetch all challenges members
This commit is contained in:
parent
adce786ae2
commit
042ac16c48
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ angular.module('habitrpg')
|
|||
function getChallengeMembers (challengeId) {
|
||||
return $http({
|
||||
method: 'GET',
|
||||
url: apiV3Prefix + '/challenges/' + challengeId + '/members',
|
||||
url: apiV3Prefix + '/challenges/' + challengeId + '/members?includeAllMembers=true',
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue