We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb59f5e commit 4fd7514Copy full SHA for 4fd7514
1 file changed
Projects/Presentation/Sources/Home/HomeReactor.swift
@@ -109,10 +109,7 @@ extension HomeReactor {
109
.asObservable()
110
.flatMap { totalPassStudent -> Observable<Mutation> in
111
.just(.setTotalPassStudentInfo(totalPassStudent))
112
- },
113
- fetchRecentCompanyListUseCase.execute()
114
- .asObservable()
115
- .map { Mutation.setRecentCompanyList($0) }
+ }
116
])
117
118
case .viewWillAppear:
0 commit comments