Skip to content

Commit 469aedd

Browse files
Merge pull request #363 from bountyC0d3r/develop
update for the group seq
2 parents 38a21db + 492fea1 commit 469aedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/groups.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ class GroupService {
329329
const responseJSON = await handleApiResponse(response);
330330

331331
const treeIds = responseJSON.flattenGroupIdTree;
332-
treeIds.push(responseJSON.id);
332+
treeIds.unshift(responseJSON.id);
333333

334334
return treeIds;
335335
}

0 commit comments

Comments
 (0)