Skip to content

Commit 2f93e15

Browse files
committed
chore: 불필요 import 제거
1 parent b094fc7 commit 2f93e15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/trashheroesbe/feature/point/application/PointService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.trashheroesbe.feature.point.application;
22

33
import static com.trashheroesbe.global.response.type.ErrorCode.ENTITY_NOT_FOUND;
4-
import static com.trashheroesbe.global.response.type.ErrorCode.INSUFFICIENT_POINTS;
54

65
import com.trashheroesbe.feature.point.domain.entity.UserPoint;
76
import com.trashheroesbe.feature.point.domain.entity.UserPointHistory;
@@ -16,7 +15,6 @@
1615
import com.trashheroesbe.feature.user.domain.entity.User;
1716
import com.trashheroesbe.feature.user.domain.service.UserFinder;
1817
import com.trashheroesbe.global.exception.BusinessException;
19-
import com.trashheroesbe.global.response.type.ErrorCode;
2018
import java.time.LocalDateTime;
2119
import lombok.RequiredArgsConstructor;
2220
import lombok.extern.slf4j.Slf4j;

0 commit comments

Comments
 (0)