Skip to content

Commit

Permalink
[IDLE-497] 기존 캐싱 레포지토리 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
J0onYEong committed Nov 21, 2024
1 parent 28cbd31 commit 0b3f207
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 459 deletions.
6 changes: 0 additions & 6 deletions project/Projects/App/Sources/DIAssembly/DataAssembly.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ public struct DataAssembly: Assembly {
}


// MARK: 캐싱 레포지토리
container.register(CacheRepository.self) { _ in
return DefaultCacheRepository()
}
.inObjectScope(.container)

// MARK: 로컬에 저장된 유저정보 레포지토리
container.register(UserInfoLocalRepository.self) { _ in
DefaultUserInfoLocalRepository()
Expand Down
Loading

0 comments on commit 0b3f207

Please sign in to comment.