Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Feb 1, 2024
1 parent fda85cf commit 5693075
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ internal class MovieInteractorImpl @Inject constructor(
private val searchRepository: SearchRepository,
private val movieRepository: MovieRepository,
private val pagingKeyRepository: PagingKeyRepository,
private val database: AppDatabase,
private val database: AppDatabase
): MovieInteractor {

override fun moviesPagingData(movieList: MovieList): Flow<PagingData<MovieDb>> {
Expand Down

0 comments on commit 5693075

Please sign in to comment.