Skip to content

Commit

Permalink
refactor(RepositoryModule): 축제 저장소 주입 이름 변경
Browse files Browse the repository at this point in the history
Co-authored-by: 해시 <[email protected]>
  • Loading branch information
SeongHoonC and EmilyCh0 authored Apr 7, 2024
1 parent 71a04ab commit e929eb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface RepositoryModule {

@Binds
@Singleton
fun bindsFestivalDefaultRepository(festivalRepository: DefaultFestivalRepository): FestivalRepository
fun bindsFestivalRepository(festivalRepository: DefaultFestivalRepository): FestivalRepository

@Binds
@Singleton
Expand Down

0 comments on commit e929eb9

Please sign in to comment.