Skip to content

Commit be2f54f

Browse files
committed
refactor: 중복되는 메서드 제거
1 parent 628167b commit be2f54f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

apps/commerce-api/src/main/java/com/loopers/application/point/PointFacade.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ public Point getPoint(String userId) {
2222
return pointService.getPoint(userId);
2323
}
2424

25-
@Transactional(readOnly = true)
26-
public Long getPointAmount(String userId) {
27-
return pointService.getPointAmount(userId);
28-
}
29-
3025
@Transactional
3126
public void chargePoint(String userId, Long amount) {
3227
pointService.chargePoint(userId, amount);

0 commit comments

Comments
 (0)