We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f8b8c commit 16f07dbCopy full SHA for 16f07db
src/app/groupmembers/groupmembers.service.js
@@ -25,7 +25,7 @@ angular.module('supportAdminApp').factory('GroupMemberService', [
25
})
26
.then(function(response) {
27
if (response && response.data) {
28
- return response.data.result || [];
+ return response.data || [];
29
} else {
30
return $q.reject({
31
error: 'Cannot find data in response'
0 commit comments