mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
client: fetch all challenges members
This commit is contained in:
@@ -38,7 +38,7 @@ angular.module('habitrpg')
|
|||||||
function getChallengeMembers (challengeId) {
|
function getChallengeMembers (challengeId) {
|
||||||
return $http({
|
return $http({
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: apiV3Prefix + '/challenges/' + challengeId + '/members',
|
url: apiV3Prefix + '/challenges/' + challengeId + '/members?includeAllMembers=true',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user