Skip to content

Commit

Permalink
fix: 그룹 승계 로직 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Sep 27, 2024
1 parent ff904e4 commit d99e282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class GroupFacade(
/** 그룹 승계 */
false -> {
val succeedGroup = group.apply {
this.ownerUid = groupUser.uid
this.ownerUid = otherGroupUser.uid
this.userCount -= 1
}
groupService.saveSync(succeedGroup)
Expand Down

0 comments on commit d99e282

Please sign in to comment.