Skip to content

Commit

Permalink
LPS-202515 I assume order matters, so add a line break
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Dec 24, 2023
1 parent 8306ab7 commit 06df8bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ public void deleteGroup(String groupId)
() -> {
_userService.setUserGroupUsers(
GetterUtil.getLong(groupId), new long[0]);

_userGroupService.deleteUserGroup(
GetterUtil.getLong(groupId));

Expand Down

0 comments on commit 06df8bd

Please sign in to comment.