Skip to content

Commit

Permalink
feat:TOP-106 디버깅용 테스트 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
cwj-c committed Jan 5, 2025
1 parent a928d2e commit 8a0d1f6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class FetchToHotStateUseCase(
lastUserDailyFallingCourserIdx = lastUserDailyFallingCourserIdx,
size = size
).getOrThrow()
// .copy(selectTopicIdx = -1) //TODO: Remove -> TestCode

val topicInfo = ToHotStateModel.TopicInfo(
selectTopic = topic.topics.firstOrNull { it.idx == userCards.selectTopicIdx },
Expand Down

0 comments on commit 8a0d1f6

Please sign in to comment.