Skip to content

Commit

Permalink
[FEAT]#111: DI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
flash159483 committed Aug 19, 2024
1 parent 9be7b3f commit 1d1ee94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/src/main/kotlin/com/bff/wespot/data/di/DataModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ abstract class DataModule {
profileRepositoryImpl: ProfileRepositoryImpl
): ProfileRepository

@Binds
@Singleton
abstract fun bindsRemoteConfigRepository(
remoteConfigRepositoryImpl: RemoteConfigRepositoryImpl
): RemoteConfigRepository
Expand Down

0 comments on commit 1d1ee94

Please sign in to comment.