Skip to content

Commit 336e7f0

Browse files
committed
refactor: 서브모듈 해시값 되돌리기
* refactor: 개행 지우기
1 parent c9ff45f commit 336e7f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/java/com/example/solidconnection/admin/service/AdminMentorApplicationService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public List<MentorApplicationHistoryResponse> findMentorApplicationHistory(Long
9393
.orElseThrow(() -> new CustomException(USER_NOT_FOUND));
9494

9595
long totalCount = mentorApplicationRepository.countBySiteUserId(siteUserId);
96-
9796
List<MentorApplication> mentorApplications = mentorApplicationRepository.findTop5BySiteUserIdOrderByCreatedAtDesc(siteUser.getId());
9897

9998
return IntStream.range(0, mentorApplications.size())

src/main/resources/secret

0 commit comments

Comments
 (0)