Skip to content

Commit

Permalink
[DEL/#64] 불필요한 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hyowon0204 committed Oct 28, 2024
1 parent 6b58d9a commit 4be536d
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ class AboutLckViewModel @Inject constructor(
private val _rankingDetails = MutableStateFlow<AboutLckRankingDetailsModel?>(null)
val rankingDetails: StateFlow<AboutLckRankingDetailsModel?> get() = _rankingDetails


val temp = MutableSharedFlow<AboutLckMatchDetailsModel>()

/*fun fetch(){
viewModelScope.launch {
repository.fetchLckMatchDetails("2024-08-21").onSuccess {
temp.emit(it)
}.onFailure {
}
}
}*/
fun fetchLckMatchDetails(searchDate: String){
viewModelScope.launch{
val result = repository.fetchLckMatchDetails(searchDate)
Expand Down

0 comments on commit 4be536d

Please sign in to comment.