Skip to content

Commit

Permalink
[FIX] 충돌 처리되지 않은 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Zena0128 committed Sep 20, 2024
1 parent 2a32272 commit e3bef92
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ public record Register(
LocalDateTime startAt,
LocalDateTime endAt
) {
<<<<<<< Updated upstream
public League toEntity(final Member manager, final Organization organization) {
return new League(manager, organization, name, startAt, endAt, Round.from(maxRound));
=======
public League toEntity(final Member manager) {
return new League(manager, manager.getOrganization(), name, startAt, endAt, Round.from(maxRound));
>>>>>>> Stashed changes
}
}

Expand Down

0 comments on commit e3bef92

Please sign in to comment.