Skip to content

Commit 82b9304

Browse files
author
Dushyant Bhalgami
committed
updated code for v5 groups api
1 parent e067ae6 commit 82b9304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/groups/groups.service.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ angular.module('supportAdminApp').factory('GroupService', [
9898
headers: {
9999
'Content-Type': 'application/json'
100100
},
101-
data: JSON.stringify({ param: group })
101+
data: JSON.stringify(group)
102102
});
103103

104104
return request.then(function(response) {

0 commit comments

Comments
 (0)