Skip to content

Commit 817266a

Browse files
authored
๐Ÿ”€ :: (#17) ๋žญํ‚น ์ „์ฒด ์กฐํšŒ ์ฝ”๋“œ ์ •๋ ฌ ์ˆ˜์ •
๐Ÿ”€ :: (#17) ๋žญํ‚น ์ „์ฒด ์กฐํšŒ ์ฝ”๋“œ ์ •๋ ฌ ์ˆ˜์ •
2 parents 3761049 + eeba41c commit 817266a

File tree

1 file changed

+1
-1
lines changed
  • git-application/src/main/kotlin/com/xquare/v1servicegit/git/usecase

1 file changed

+1
-1
lines changed

โ€Žgit-application/src/main/kotlin/com/xquare/v1servicegit/git/usecase/GitUseCase.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class GitUseCase(
2222
) {
2323

2424
suspend fun getAllGithubInfo(): FindAllUserResponse {
25-
val gitInfoList = queryGitPort.getAllGit()
25+
val gitInfoList = queryGitPort.getAllGitByContributionCount()
2626
val userIds = gitInfoList.map { it.userId }
2727
val userInfoRequest = FindUserInfoRequest(userIds)
2828
val gitUserInfoList = queryUserPort.getAllUserInfo(userInfoRequest).users

0 commit comments

Comments
ย (0)