Skip to content

Commit

Permalink
refact : 그룹 초대 알림 매개변수 순서 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Jun 19, 2024
1 parent 05805be commit 97e179f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public record GroupInviteNotificationDto(
) {

public static GroupInviteNotificationDto createOf(
final String groupProfileUrl,
final String ownerNickname,
final String groupProfileUrl,
final List<Long> targetIds

) {
Expand Down

0 comments on commit 97e179f

Please sign in to comment.