Skip to content

Commit

Permalink
[Fix] #275 - 코드 리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongdung-eo committed Aug 13, 2024
1 parent 0ebb64d commit b104361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GEON-PPANG-iOS/Domain/UseCase/HomeUseCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ final class HomeUseCaseImpl: HomeUseCase {

let bestRepository: BestRepository

init(bestRepository: BestRepository) {
init(bestRepository: BestRepository) {
self.bestRepository = bestRepository
}

func fetchBestBakeries() async throws -> [BestBakery] {
do {
return try await bestRepository.getBestBakeries()
Expand Down

0 comments on commit b104361

Please sign in to comment.