Skip to content

Commit

Permalink
[RENAME/#59] 데이터소스 네이밍 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
boiledEgg-s committed Jul 17, 2024
1 parent 212ed27 commit 7d4ec19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/terning/point/di/DataSourceModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract class DataSourceModule {

@Binds
@Singleton
abstract fun bindCalendarRepository(calendarDataSourceImpl: CalendarDataSourceImpl): CalendarDataSource
abstract fun bindCalendarDataSource(calendarDataSourceImpl: CalendarDataSourceImpl): CalendarDataSource

@Binds
@Singleton
Expand Down

0 comments on commit 7d4ec19

Please sign in to comment.