Skip to content

Commit 4fd7514

Browse files
committed
🛠 :: (#416) HomeReactor 최근 본 기업 API 호출 단일화
1 parent fb59f5e commit 4fd7514

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Projects/Presentation/Sources/Home/HomeReactor.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,7 @@ extension HomeReactor {
109109
.asObservable()
110110
.flatMap { totalPassStudent -> Observable<Mutation> in
111111
.just(.setTotalPassStudentInfo(totalPassStudent))
112-
},
113-
fetchRecentCompanyListUseCase.execute()
114-
.asObservable()
115-
.map { Mutation.setRecentCompanyList($0) }
112+
}
116113
])
117114

118115
case .viewWillAppear:

0 commit comments

Comments
 (0)