We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79d50a commit d92491fCopy full SHA for d92491f
src/main/kotlin/io/ticketaka/api/point/application/PointService.kt
@@ -37,6 +37,5 @@ class PointService(
37
fun updateRecharge(event: PointRechargeEvent) {
38
val point = pointRepository.findById(event.pointId) ?: throw NotFoundException("포인트를 찾을 수 없습니다.")
39
point.recharge(event.amount)
40
- pointRepository.updateBalance(point.id, point.balance)
41
}
42
0 commit comments