Skip to content

Commit

Permalink
[FIX] 제거된 메서드를 다른 메서드로 대체
Browse files Browse the repository at this point in the history
  • Loading branch information
JIN-076 committed May 9, 2024
1 parent 79a7abe commit 635db63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private boolean isAvailableToAchieveOnce(ActivityType activityType) {
}

private Integer getProgressLevelSize(ActivityType activityType) {
return achievementRepository.findByActivityType(activityType).size();
return achievementRepository.findMaxProgressLevelByActivityType(activityType);
}

}

0 comments on commit 635db63

Please sign in to comment.