Skip to content

Commit 4b07c39

Browse files
committed
refactor: findUserDetails이 UserResponse 사용하도록 수정
1 parent 80719a5 commit 4b07c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/leets/weeth/domain/user/application/usecase/UserUseCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public interface UserUseCase {
2323

2424
List<AdminResponse> findAllByAdmin();
2525

26-
Response findUserDetails(Long userId);
26+
UserResponse findUserDetails(Long userId);
2727

2828
void update(Update dto, Long userId);
2929

0 commit comments

Comments
 (0)