Skip to content

Commit

Permalink
fix: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eckrin authored Aug 14, 2024
1 parent 007ed8e commit 5d1adfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void setEventArrivalCount() {
rewardCount += eventReward.getNumWinners();
}

ArrivalEventReleaseServiceRedisImpl.setMaxArrival(rewordCount);
ArrivalEventReleaseServiceJavaImpl.setMaxArrival(rewordCount);
ArrivalEventReleaseServiceRedisImpl.setMaxArrival(rewardCount);
ArrivalEventReleaseServiceJavaImpl.setMaxArrival(rewardCount);
}
}

0 comments on commit 5d1adfa

Please sign in to comment.