We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a928d2e commit 8a0d1f6Copy full SHA for 8a0d1f6
domain/src/main/java/com/tht/tht/domain/tohot/FetchToHotStateUseCase.kt
@@ -36,7 +36,6 @@ class FetchToHotStateUseCase(
36
lastUserDailyFallingCourserIdx = lastUserDailyFallingCourserIdx,
37
size = size
38
).getOrThrow()
39
-// .copy(selectTopicIdx = -1) //TODO: Remove -> TestCode
40
41
val topicInfo = ToHotStateModel.TopicInfo(
42
selectTopic = topic.topics.firstOrNull { it.idx == userCards.selectTopicIdx },
0 commit comments