Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Waheed Nazir authored and Waheed Nazir committed Jul 2, 2021
1 parent 4fb3ae5 commit 9d6412b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/waheed/nytimes/di/AppModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object AppModule {

@Singleton
@Provides
fun provideDefaultShoppingRepository(api: NytAPI) =
fun provideDefaultArticlesRepository(api: NytAPI) =
DefaultArticlesRepository(api) as ArticlesRepository

@Singleton
Expand Down

0 comments on commit 9d6412b

Please sign in to comment.