Skip to content

Commit

Permalink
Merge pull request #74 from 87kangsw/feature/73-remove-image-cache
Browse files Browse the repository at this point in the history
이미지 캐시 초기화 적용
  • Loading branch information
87kangsw committed Apr 26, 2022
2 parents 00c03c6 + dd50caf commit 7a07554
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GitTime/Sources/CompositionRoot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ final class CompositionRoot {
// Firebase
FirebaseApp.configure()

// Image Cache
let cache = ImageCache.default
cache.clearCache()

#if DEBUG

// SwiftyBeaver
Expand All @@ -138,10 +142,6 @@ final class CompositionRoot {

// Bagel
Bagel.start()

let cache = ImageCache.default
cache.clearCache()

#endif
}

Expand Down

0 comments on commit 7a07554

Please sign in to comment.