Skip to content

Commit

Permalink
fix Factory
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Oct 25, 2024
1 parent 4dbfa0e commit a01b434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/eu/kanade/domain/DomainModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class DomainModule : InjektModule {

addSingletonFactory<TrackRepository> { TrackRepositoryImpl(get()) }
addFactory { TrackChapter(get(), get(), get(), get()) }
addFactory { AddTracks(get(), get(), get(), get()) }
addFactory { AddTracks(get(), get(), get()) }
addFactory { RefreshTracks(get(), get(), get(), get()) }
addFactory { DeleteTrack(get()) }
addFactory { GetTracksPerManga(get()) }
Expand Down

0 comments on commit a01b434

Please sign in to comment.