client: fetch all challenges members
This commit is contained in:
@@ -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',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user