Skip to content

Commit

Permalink
[Feat]: ChallengeGroupRes ParticipantCount 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
momnpa333 committed Sep 10, 2024
1 parent 673c070 commit 6450f87
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public static Detail from(
@Builder
public record Challenge(
Long id,
Integer participantCount,
Integer difficulty,
Integer onceExp,
Integer successExp,
Expand All @@ -117,7 +116,6 @@ public static Challenge from(
) {
return Challenge.builder()
.id(challenge.id())
.participantCount(challenge.requiredCount())
.difficulty(challenge.difficulty())
.onceExp(challenge.onceExp())
.successExp(challenge.successExp())
Expand Down

0 comments on commit 6450f87

Please sign in to comment.