Skip to content

Commit

Permalink
refactor: remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
toychip committed Jul 21, 2024
1 parent 7cabb21 commit 60deef3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ class DefaultPickUseCase(

if (receivedPickList.isEmpty()) return EMPTY_RECEIVED_PICK

/*
ToDo 지워도 될까욥
val questionId = receivedPickList.first().questionId
questionService.getQuestionById(questionId)
*/

val result =
receivedPickList.groupBy { it.questionId }
.flatMap { (questionId, pickList) ->
Expand Down

0 comments on commit 60deef3

Please sign in to comment.