Skip to content

Commit

Permalink
♻️ 타이머 만료시 마감임박, 카테고리별 리스트 다시 받아오도록 변경(#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
szzang-kr committed Aug 24, 2022
1 parent 12adf3f commit eef1b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/App/Sources/Main/MainViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ extension MainViewModel {

mainDataSource.didDeadLineCountdownTimeOver
.subscribe(onNext: { [weak self] in
self?.deadlineInfo()
self?.reload()
})
.disposed(by: disposeBag)
}
Expand Down

0 comments on commit eef1b22

Please sign in to comment.