Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
πŸ—‘οΈ :: [#195] 동아리λ₯Ό 생성,μˆ˜μ • ν• λ•Œ μ‚¬μš©ν•˜λŠ” 이미지 μ—…λ‘œλ“œ λΆ€λΆ„ μ‚­μ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
junseopark0331 committed Feb 2, 2024
1 parent 4114014 commit 2d7b615
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Service/Sources/DI/UseCaseAssembly.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,5 @@ public final class UseCaseAssembly: Assembly {
userRepository: r.resolve(UserRepository.self)!
)
}

// MARK: - Image
container.register(UploadImagesUseCase.self) { r in
UploadImagesUseCase(
imageRepository: r.resolve(ImageRepository.self)!
)
}
}
}

0 comments on commit 2d7b615

Please sign in to comment.