Skip to content

Commit

Permalink
Remove: 졸업예정일 불필요 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyujin-com committed Feb 18, 2024
1 parent 18ed985 commit f428c94
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ class GradDateViewModel : ViewModel() {
val formattedDate = targetFormat.format(date)
_selectedDateRequest.value = formattedDate
}
if (_dateResponse2.value != null && _dateResponse2.value!!.result != null) {
_selectedDate.value = _dateResponse2.value!!.result.gradDate
}
Log.d("gradDate", "${response.body()}")
} else {
_error.postValue("서버 응답이 올바르지 않습니다.")
Expand Down

0 comments on commit f428c94

Please sign in to comment.