Skip to content

Commit

Permalink
[Del] #275 - 불필요한 로직 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongdung-eo committed Jul 22, 2024
1 parent fd12483 commit 8394674
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ final class NewHomeViewController: UIViewController {

private let viewModel: any ViewModelType
private var cancelBag: Set<AnyCancellable> = Set()

private let cellTappedPublisher: PassthroughSubject<IndexPath, Never> = PassthroughSubject()


private var bakeryList: [BestBakery] = []
private var reviewList: [BestReview] = []

Expand Down

0 comments on commit 8394674

Please sign in to comment.