Skip to content

Commit

Permalink
FIx: mapper에서 recipeListMapper로 네이밍 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
GeonH0 committed Jun 19, 2024
1 parent bb8fcff commit a367481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class RecipeListViewModel: InputRecipeListViewModel, OutputRecipeListViewModel {
private let disposeBag = DisposeBag()
private let fetchFeedListUseCase: FetchFeedListUseCase
private let searchFeedListUseCase: SearchFeedListUseCase
private let mapper = RecipeMapper()
private let recipeListMapper = RecipeMapper()
private weak var delegate: RecipeListViewModelDelegate?

private var currentPage: Int = 1
Expand Down

0 comments on commit a367481

Please sign in to comment.