Skip to content

Commit

Permalink
[fix] fix bug
Browse files Browse the repository at this point in the history
Co-Authored-By: jinwoong16 <baseball0020@gmail.com>
  • Loading branch information
Jeonhui and jinwoong16 committed Dec 8, 2022
1 parent 8d792b5 commit 5128f66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ final class HomeViewModel {
.flatMap(questUseCase.update(with:))
.filter({ $0 })
.compactMap { [weak self] _ in self?.currentDate }
.share()
.asObservable()

let updateNotification = NotificationCenter
Expand Down

0 comments on commit 5128f66

Please sign in to comment.