Skip to content

Commit

Permalink
fix: 테스트를 위한 커밋 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hun-ca committed Oct 16, 2024
1 parent f3e338b commit a5d10c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class ProblemController(
fun browseUndoneProblems(@UserArgument userArgumentDetails: UserArgumentDetails): ApiResponse<ApiResponse.SuccessBody<BrowseProblemsResponse>> {
val memberId = userArgumentDetails.id.toLong()

val useCaseOut = BrowseUndoneProblemsUseCaseIn(79).let { useCaseIn ->
val useCaseOut = BrowseUndoneProblemsUseCaseIn(memberId).let { useCaseIn ->
browseUndoneProblemsUseCase.execute(useCaseIn)
}

Expand Down

0 comments on commit a5d10c4

Please sign in to comment.