Skip to content

Commit

Permalink
Fix group UUID return
Browse files Browse the repository at this point in the history
  • Loading branch information
luizrrodrigues authored Mar 2, 2023
1 parent fe33a4b commit 731e549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class GroupService {
const responseJSON = await handleApiResponse(response);

const treeIds = responseJSON.flattenGroupIdTree;
treeIds.push(rootGroupId);
treeIds.push(responseJSON.id);

return treeIds;
}
Expand Down

0 comments on commit 731e549

Please sign in to comment.